[]
= "laravel-app"
= "laravel-app.localhost"
[]
= "8.3.1"
[]
= "8.0.35"
= "laravel_app" # optional -- defaults to the project name anyway
[]
= "2.7.7" # stack fetches composer.phar itself for this one
[]
# Once this is a real Laravel install (see README), swap this for:
# command = "php artisan serve --host=127.0.0.1 --port={port}"
= "php -S 127.0.0.1:{port} -t public"