Spatial management video games on the web
composer install/update
Configure your web server's document / web root to be the public directory
All of the configuration files are stored in the config directory.
Directories within the storage and the bootstrap/cache directories should be writable by your web server.
Set your application key to a random string with php artisan key:generate
command.
The key can be set in the .env environment file.