bassoumi / data-table
There is no license information available for the latest version (dev-master) of this package.
Easy way to use datatable
dev-master
2019-08-13 15:25 UTC
Requires
- php: ^7.1.3
- laravelcollective/html: ^5.8
This package is auto-updated.
Last update: 2026-02-14 06:29:43 UTC
README
composer require bassoumi/data-table
publish config
php artisan vendor:publish --provider="Bassoumi\BassoumiDataTable\BassoumiDataTableServiceProvider" --tag=config
publish views
php artisan vendor:publish --provider="Bassoumi\BassoumiDataTable\BassoumiDataTableServiceProvider" --tag=views