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
- Host: GitHub
- URL: https://github.com/bhimrazy/laravel-heroku-demo
- Owner: bhimrazy
- License: mit
- Created: 2021-08-02T14:47:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T06:57:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T11:13:37.102Z (5 months ago)
- Topics: laravel-framework, mailtrap-io, postgresql, sqlite3
- Language: PHP
- Homepage: https://laravel-heroku-demo12.herokuapp.com
- Size: 330 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-democomposer install
php artisan key:generate
npm install && npm run devtouch database/database.sqlite
php artisan serve
```
## Demo[](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)