Looking to hire Laravel developers? Try LaraJobs

laravel-datatables maintained by elfsundae

Description
An extended package based on yajra/laravel-datatables.
Author
Last update
2018/02/19 02:11 (dev-master)
License
Downloads
433

Comments
comments powered by Disqus

Laravel DataTables

Latest Version on Packagist Software License Build Status StyleCI SensioLabsInsight Quality Score Code Coverage

An extended package based on yajra/laravel-datatables.

Installation

$ composer require elfsundae/laravel-datatables

Then register the service provider:

ElfSundae\DataTables\DataTablesServiceProvider::class

Extended Notes

Added

Changed

Removed

  • Disabled package discovery for the original datatables packages
  • Removed action column in datatables.stub for the datatables:make command