- PHP v7
composer install --ignore-platform-reqs
- Depending on your setup, you might need to change file permissions:
chmod a+rw storage/logs/
chmod a+rw bootstrap/cache/
chmod a+rw storage/framework/views/
chmod a+rw storage/framework/sessions/
cp .env_example .env
php artisan serve