Skip to content

bhimrazy/laravel-heroku-demo

Repository files navigation

Heroku Laravel Setup along with Heroku Postgres and Mailtrap

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

Installation

    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

Demo

Heroku Laravel Setup along with Heroku Postgres and Mailtrap

Author

📚 RESOURCES:

License

MIT

Releases

No releases published

Packages

No packages published