Download the PHP package printempw/laravel-datatables-lite without Composer
On this page you can find all versions of the php package printempw/laravel-datatables-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download printempw/laravel-datatables-lite
More information about printempw/laravel-datatables-lite
Files in printempw/laravel-datatables-lite
Package laravel-datatables-lite
Short Description A lite version of yajra/laravel-datatables, with HTML builders & exporting removed.
License MIT
Informations about the package laravel-datatables-lite
Attention!
This repository is a lite fork of yajra/laravel-datatables, which removed HTML builder, Excel/PDF/CSV exporting and so on. The lite version has no such huge dependencies.
jQuery DataTables API for Laravel 4|5
This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection.
Requirements
Documentations
- Laravel Datatables Documentation
- Laravel Datatables API
- Demo Application is available for artisan's reference.
Quick Installation
composer require yajra/laravel-datatables-oracle:~6.0
Service Provider
Yajra\Datatables\DatatablesServiceProvider::class
Facade
Datatables
facade is automatically registered as an alias for Yajra\Datatables\Facades\Datatables
class.
Configuration and Assets
$ php artisan vendor:publish --tag=datatables
And that's it! Start building out some awesome DataTables!
Debugging Mode
To enable debugging mode, just set APP_DEBUG=true
and the package will include the queries and inputs used when processing the table.
IMPORTANT: Please make sure that APP_DEBUG is set to false when your app is on production.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Buy me a coffee
All versions of laravel-datatables-lite with dependencies
illuminate/support Version ~5.0
illuminate/database Version ~5.0
illuminate/view Version ~5.0
illuminate/http Version ~5.0
illuminate/filesystem Version ~5.0
league/fractal Version ~0.14