This application has disabled registration page.
The routing folder for this application has been changed to the application Http folder.
Directory: app/Http/Routes
First make storage folder writable.
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
npm install
npm run watch
npm run production