baum
baum copied to clipboard
There are no commands defined in the "baum" namespace.
I installed Baum, and added it to config/app.php like so: Baum\Providers\BaumServiceProvider::class,
But when running the command "php artisan baum:install Thing2"
I get:
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "baum" namespace.
Update: When trying to install Baum on my Macbook, it all worked like a charm. But on my Mac Mini it doesn't work... Weird huh : )
$ php artisan config:clear
Yep, same issue here with laravel 5.5. Any solutions?
@mirzate php artisan config:clear doesn't help.