3

I have put the "laravel/cashier": "~5.0" line in my composer.json file, updated it;

Next, I have put the line 'Laravel\Cashier\CashierServiceProvider' into $providers array in, app.php

Then, in cmd when I try to migrate table, php artisan cashier:table builder, i get the message:

[InvalidArgumentException] There are no commands defined in the "cashier" namespace.

Then, when I type: php artisan, there is no cashier:table command, what and where is the problem?

sk4yb3n
  • 244
  • 1
  • 4
  • 9

1 Answers1

2

I had same problem and when I run that commands php artisan config:cache and php artisan clear-compiled it worked...

  • 3
    Please use answers to post complete answers only and not comments. FYI, This was asked as a comment years back and the OP has replied no already. – Bhargav Rao Dec 08 '15 at 23:34