Belich Tables: a datatable package for Laravel Livewire
Belich Tables is a Laravel package base on Livewire and AlpineJS that allows you to create scaffold datatables with search, column sort, filters, pagination, etc...
Requirements
This package need at least:
- PHP ^8.0
- Laravel ^8.0
- Laravel Livewire ^2.0
- AlpineJS ^2.0
- TailwindCSS ^2.0
Installation
You can install the package via composer:
composer require daguilarm/belich-tables
Or include in your composer.json
:
"daguilarm/belich-tables": "^1.2"
Or if you want to test...
"daguilarm/belich-tables": "@dev"
Publishing Assets
Publishing assets are mandatory for this package:
php artisan vendor:publish --provider="Daguilarm\BelichTables\BelichTablesServiceProvider"
Documentation
https://daguilarm.github.io/belich-tables/
Changelog
Please see CHANGELOG for more information 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
License
The MIT License (MIT). Please see License File for more information.