teamfemr.org
###Community
[ Fill in later ]
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer
- Node - https://nodejs.org/en/download
- Use Git to clone the repository
- Create .env file using .env.example as a template
- Run
composer install
- Run
npm install
- Run
php artisan key:generate
- Make sure your database settings are added to the .env
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
npm run dev
to build - Run
npm run prod
to build for production ( to minimize )
- CSS Framework - http://bulma.io/
- Font Awesome - http://fontawesome.io/
- GeocoderLaravel
- Open Street Maps - http://wiki.openstreetmap.org/wiki/Overpass_API
- Mapzen - https://mapzen.com/
- Countries - http://data.okfn.org/data/core/country-codes
- Cities - https://www.maxmind.com/en/free-world-cities-database
- vue2-google-maps
docker-compose up -d nginx mysql
docker-compose exec --user=laradock workspace bash