I face the error
"[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "datatables" namespace."
when trying to run this command
php artisan datatables:make User
I follow the instruction written here
@http://yajrabox.com/docs/laravel-datatables/master/buttons-config
You need to install the buttons plugin first @http://yajrabox.com/docs/laravel-datatables/master/buttons-installation.
Most helpful comment
You need to install the buttons plugin first @http://yajrabox.com/docs/laravel-datatables/master/buttons-installation.