I try to make button export in yajra. So, i read in tutorial, i must creating datatable.
But when i running "php artisan datatables:make EmployeeDataTable" show that error.
im already install button-datatable. but still same.
and I try to running "php artisan Datatables:make EmployeeDataTable" same error.
php artisan datatables:make EmployeeDataTable
php artisan Datatables:make EmployeeDataTable
Did you install the buttons plugin? See docs for ref.
sorry forget to add button in provider. Now its running well. thanks bro...
Most helpful comment
sorry forget to add button in provider. Now its running well. thanks bro...