Download the PHP package designbycode/eloquent-datatable without Composer
On this page you can find all versions of the php package designbycode/eloquent-datatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download designbycode/eloquent-datatable
More information about designbycode/eloquent-datatable
Files in designbycode/eloquent-datatable
Package eloquent-datatable
Short Description Create eloquent datatables
License MIT
Homepage https://github.com/designbycode/eloquent-datatable
Informations about the package eloquent-datatable
Create eloquent datatables
An Eloquent way to build datatables.
Installation
You can install the package via composer:
Usage
To create a datatable controller you have to run the following command. This will generate a new controller with all the needed files.
The artisan command comes with 2 optional parameters.
The --model
parameter defines which model to use for the datatable. The --middleware
parameter defines which middleware to use for the datatable.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Claude Myburgh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of eloquent-datatable with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0