dev-master
9999999-devBase Project with Laravel 4
MIT
The Requires
The Development Requires
- way/generators 2.*
- barryvdh/laravel-ide-helper 1.*
- mockery/mockery dev-master
- barryvdh/laravel-debugbar 1.*
- phpunit/phpunit 4.1.*
laravel framework
Base Project with Laravel 4
My Base Project with Laravel 4, (*2)
use composer create-project
command., (*3)
$ composer create-project shin1x1/laravel-base-project . -s dev
https://github.com/barryvdh/laravel-debugbar, (*4)
$ php artisan debugbar:publish
remove composer.lock in .gitignore., (*5)
$ vim .gitignore composer.lock <--- remove it
git init., (*6)
$ git init
execute heroku_create
command., (*7)
$ ./heroku_create Creating mighty-sea-4703... done, stack is cedar http://xxxxxxxxxxxxx.herokuapp.com/ | git@heroku.com:xxxxxxxxxxxx.git Git remote heroku added Setting config vars and restarting xxxxxxxxxxx... done, v3 LARAVEL_ENV: heroku Adding heroku-postgresql on xxxxxxxxx... done, v5 (free) ...
deploy application to heroku., (*8)
$ git add . $ git commit -m 'init' $ git push heroku master
Base Project with Laravel 4
MIT
laravel framework