An open API service indexing awesome lists of open source software.

https://github.com/bhimrazy/laravel-heroku-demo

Heroku Laravel Setup along with Heroku Postgres and Mailtrap
https://github.com/bhimrazy/laravel-heroku-demo

laravel-framework mailtrap-io postgresql sqlite3

Last synced: 3 months ago
JSON representation

Heroku Laravel Setup along with Heroku Postgres and Mailtrap

Awesome Lists containing this project

README

        

# 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

```bash
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

php artisan serve
```

## Demo

[![Heroku Laravel Setup along with Heroku Postgres and Mailtrap](http://i3.ytimg.com/vi/EwCney9fX2M/maxresdefault.jpg)](https://www.youtube.com/watch?v=EwCney9fX2M)


## Author

- [@bhimrazy](https://www.github.com/bhimrazy)


## 📚 RESOURCES:
- [Laravel Installation]( https://laravel.com/docs/8.x/installation)
- [Laravel Jetstream Installation]( https://jetstream.laravel.com/2.x/installation.html )
- [Heroku](https://www.heroku.com)
- [The Heroku CLI:](https://devcenter.heroku.com/articles/heroku-cli)
- [Getting Started with Laravel on Heroku](https://devcenter.heroku.com/articles/getting-started-with-laravel)
- [Mailtrap](https://mailtrap.io)
## License

[MIT](https://github.com/bhimrazy/laravel-heroku-demo/blob/master/LICENSE)