Laravel: Difference between revisions

212 bytes added ,  4 July 2021
Line 125: Line 125:


===Heroku===
===Heroku===
[https://devcenter.heroku.com/articles/getting-started-with-laravel Laravel on Heroku]
[https://devcenter.heroku.com/articles/getting-started-with-laravel Laravel on Heroku] 
[https://appdividend.com/2018/04/17/how-to-deploy-laravel-project-on-heroku/ Deploy Laravel on Heroku]


* Run <code>heroku create</code>
# Run <code>heroku create</code>
* Create a Procfile and commit it to your git repo.
# Create a Procfile and commit it to your git repo.
# Push to heroku with <code>git push heroku master --no-verify</code>
# Open with <code>heroku open</code>


==Resources==
==Resources==