ElfSundae / laravel-datatables by ElfSundae

Laravel Datatables Helper
433
0
2
Package Data
Maintainer Username: ElfSundae
Maintainer Contact: elf.sundae@gmail.com (Elf Sundae)
Package Create Date: 2017-06-17
Package Last Update: 2018-02-19
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:08:14
Package Statistics
Total Downloads: 433
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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