You will get it on URL which changes as it includes deployment hash like https://hub-czmv3nzt8-mamqek.vercel.app/ vercel .
You will get it on static url like https://mamqek-hub.vercel.app/ vercel . --prod
if try promoting via vercel dashboard u will get a php error
Run setup script or go through installation manually in Manual process After that Run application
Firstly install dependencies
composer install
npm install
(could not include them in the setup script as it stops after composer install for some reason)
Run the following command to make the script executable:
chmod +x setup.sh
In the terminal, run the script by executing:
./setup.sh
Run the setup.bat script by double-clicking it or executing it in Command Prompt or PowerShell.
setup.bat
php artisan serve
in another terminal -
npm run dev
=> click on APP_ENV link
composer install
npm install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
New-Item -Path .\database\database.sqlite -ItemType File
php artisan migrate
php artisan db:seed