Skip to content

Instantly share code, notes, and snippets.

@chokelive
Last active January 15, 2019 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chokelive/47486e472ececd795e785fe294234350 to your computer and use it in GitHub Desktop.
Save chokelive/47486e472ececd795e785fe294234350 to your computer and use it in GitHub Desktop.
Laravel cmd frequency used
// 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