Skip to content

Instantly share code, notes, and snippets.

View ferrolho's full-sized avatar

Henrique Ferrolho ferrolho

View GitHub Profile
@codepainkiller
codepainkiller / deploy_l5_heroku
Last active April 21, 2018 08:45
Laravel 5 - Deploy to Heroku
Laravel 5 - Deploy to Heroku
Martin Cruz Otiniano
> composer create-project laravel/laravel my_name_app
> cd my_name_app
> git init
> git add -A
> git commit -m "Initial commit"