Deploy with GCloud on Cloud Run: Visit it !
composer install
npm install
cp .env.example .env
php artisan key:generate
Configure the file : .env
php artisan migrate --seed
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=your_mail_username
MAIL_PASSWORD=your_mail_password
MAIL_FROM_ADDRESS=from@example.com
MAIL_FROM_NAME="${APP_NAME}"
The default users's password is : password
php artisan serv --port 3000
Mailtrap : https://mailtrap.io/