- PHP >= 5.3.7
- check your php version with php -v from command line
- MySQL
- Clone the repository
- Install dependencies (from console)
- run
composer install
- run
- To set permissions:
chmod -R 777 app/storage - Create databases:
test_project_db1test_project_db2 - Run migrations:
php artisan migrate - Run seeder:
php artisan db:seed --env=local