rating icon indicating copy to clipboard operation
rating copied to clipboard

Command not found

Open aliqasemzadeh opened this issue 7 years ago • 1 comments

Hello when I run php artisan rating:migration I get:

$ php artisan rating:migration
  [Symfony\Component\Console\Exception\CommandNotFoundException]
  There are no commands defined in the "rating" namespace.

How can I fix it?

aliqasemzadeh avatar Jun 16 '17 14:06 aliqasemzadeh

following command helps me.

php artisan cache:clear
php artisan config:cache

sanjid133 avatar Jan 14 '18 16:01 sanjid133