Last active
January 15, 2019 09:47
-
-
Save chokelive/47486e472ececd795e785fe294234350 to your computer and use it in GitHub Desktop.
Laravel cmd frequency used
This file contains 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
// Migrate database | |
php artisan migrate | |
// roll back migration | |
php artisan migrate:rollback | |
// check migrate status | |
php artisan migrate:status | |
// running server | |
php artisan serve | |
// create new web | |
laravel new blog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment