Hi 👏 I am Bhimraj Yadav. In this demo, I have gone through the following steps for Laravel & Heroku Setup:
- Create a fresh Laravel Application
- Setup local database and Jetstream
- Install Heroku CLI
- Push code to Heroku
- Setup Postgres DB in Heroku
- Setup Mailtrap
git clone https://github.com/bhimrazy/laravel-heroku-demo
cd laravel-heroku-demo
composer install
php artisan key:generate
npm install && npm run dev
touch database/database.sqlite
<!-- Edit env file for sqlite -->
php artisan serve