Laravel Datatables Html
Laravel Datatables Html stats
- Downloads
- 4.7M
- Stars
- 249
- Open Issues
- 3
- Forks
- 91
Laravel DataTables HTML builder plugin for Laravel 5.4+.
Laravel DataTables Html Plugin Summary
The Laravel DataTables Html Plugin is a robust extension for the Laravel DataTables package, designed to facilitate the generation of DataTables scripts using PHP. This package is specifically tailored for Laravel 10.x, ensuring compatibility and streamlined integration with the latest Laravel features.
Key Features
- Integration with Laravel DataTables: Seamlessly generates scripts to work with DataTables in Laravel.
- Support for Laravel 10.x: Fully compatible with the latest Laravel version, with distinct versions available for older Laravel releases.
- ViteJS Support: Includes a setup option for using ViteJS, enhancing the development process with modern JavaScript tooling.
Installation and Setup
To install the package, run:
composer require yajra/laravel-datatables-html:^10
Configuring ViteJS
In your AppServiceProvider, enable the use of ViteJS by adding Builder::useVite():
use Yajra\DataTables\Html\Builder; public function boot(): void{ Builder::useVite();}
Optional Asset Publishing
You can publish the DataTables assets with the following command:
php artisan vendor:publish --tag=datatables-html
Additional Resources
- Documentation and Demo: Access detailed documentation and a demo application to explore the capabilities and implementation examples of the package.
- Contributing: Contributions are welcome; guidelines can be found here.
- Security Issues: For security-related concerns, contact aqangeles@gmail.com directly.
This package is maintained by Arjay Angeles and other community contributors, offering a streamlined approach to integrating advanced DataTable functionalities in Laravel applications.