summerblue / laravel5-cheatsheet

A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.
https://cs.laravel-china.org/
784 stars 167 forks source link

There is an error in the description of a artisan command. #13

Open coobit opened 7 years ago

coobit commented 7 years ago

In the cheet-sheet you can see following line:

// Create a new migration file // --seeder The class name of the root seeder. php artisan migrate:refresh [--database[="..."]] [--force] [--seed] [--seeder[="..."]]

but "php artisan migrate:refresh" does not create anything It just rolls back and reruns all the migrations. Not sure that "php artisan migrate:create" (for which this description will do) is documented int the list.