Laravel web application for the IUCN's Top 50 Mediterranean island plants
Version of Laravel used is 5.4.
MySQL database required.
- Copy
.env.example
to.env
- Update config in
.env
- Generate API key:
php artisan key:generate
- Require dependencies:
composer install
- Import this script in a new database "gegq_iucn". This contains all data from production except users, replaced by a admin/admin123 user.
- Extract this archive in public folder
- Run local server:
php artisan serve