[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "auditing:install" is not defined.
Did you mean one of these?
migrate:install
auditing:table
Hi @ikodota ,
What version are you using?
3.1.7
composer require owen-it/laravel-auditing
I can't find 'InstallCommand.php' file in installed packet's ‘src/Console‘’ folder. but i found the file in your github Code. I tryed copy it to my composer packet. then use ‘php artisan list‘ command . the problem remains unresolved.
laravel 5.3
@ikodota , try please
composer remove owen-it/laravel-auditing
composer require owen-it/laravel-auditing
composer dump-autoload
@ikodota , I'm sorry, it was my mistake. It's not really in the version.
I do not know how this can happen.
I'm going to release a new version.
Thanks for your note, the new version is v3.1.8
@anteriovieira thanks.
Hi.
I'm having the same issue with version 3.1.10
Help me please.
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "auditing" namespace.
Most helpful comment
@anteriovieira thanks.