Download the PHP package yajra/laravel-datatables-ui without Composer
On this page you can find all versions of the php package yajra/laravel-datatables-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yajra/laravel-datatables-ui
More information about yajra/laravel-datatables-ui
Files in yajra/laravel-datatables-ui
Package laravel-datatables-ui
Short Description Laravel DataTables UI Preset
License MIT
Homepage https://github.com/yajra/laravel-datatables-ui
Informations about the package laravel-datatables-ui
Laravel DataTables UI Preset
Laravel DataTables UI Preset to setup most of the scripts and css required for a DataTables powered projects.
Installation
You can install the package via composer:
Usage
Once the package has been installed, you may install the frontend scaffolding using the ui Artisan command:
Usage with DataTables Editor
If you have license and want to use Editor, you need to setup the following:
-
Enable editor library on
bootstrap.js
-
Use
laravel-datatables-assets
package instead ofbuttons.server-side.js
script onapp.js
. -
Add
postinstall
script on package,json - Download your copy of Editor Library JS + CSS file and save as
Editor.zip
. - Move
Editor.zip
to your project base directory. - Run
npm install && npm run dev
to compile changes.
Blade Directive @dataTable
To use @dataTable
blade directive, you need to firt setup the following on your layout file.
- Include
app.css
on your layout. - Include
app.js
on your layout. - Add
@stack('scripts')
afterapp.js
script include.
Example layout & page
resources/views/layouts/app.php
Create your dataTables class. See https://yajrabox.com/docs/laravel-datatables/master/buttons-starter for details.
On your view:
Changelog
Please see CHANGELOG for more information on what has changed recently.
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
- Arjay Q. Angeles
- All Contributors
License
The MIT License (MIT). Please see License File for more information.