Created
October 23, 2013 18:16
-
-
Save joshuaadrian/7123773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan key:generate | |
php artisan session:table | |
php artisan migrate:install | |
php artisan migrate | |
php artisan migrate application | |
php artisan migrate bundle | |
php artisan migrate:rollback | |
php artisan migrate:reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment