InfyOmLabs / adminlte-generator

Boilerplate of Laravel with InfyOm Laravel Generator for AdminLTE Templates
https://infyom.com/open-source/laravelgenerator/docs/8.0/boilerplates
387 stars 272 forks source link

Datatables are not working. #82

Closed versatilegurung closed 3 years ago

versatilegurung commented 3 years ago

when php artisan infyom:scaffold Post --datatables=true

this doesnot up show any erros but in browser datatables are not visible.

balmacefa commented 3 years ago

You need to publish datatables-buttons and html Run artisan vendor:publish --tag=datatables-buttons --force and artisan vendor:publish --tag=datatables-html

mitulgolakiya commented 3 years ago

You can follow this video tutorial if anyone else got any issues. https://www.youtube.com/watch?v=YC0YXrAF4SA

Also other various video tutorials are available on this channel related to InfyOm and DataTable with InfyOm.

Great work done by @shailesh-ladumor