daguilarm / belich-tables
A dynamic table component for Laravel Livewire
Fund package maintenance!
daguilarm
Requires
- php: ^8.0
- barryvdh/laravel-dompdf: ^0.9.0
- livewire/livewire: ^2.5
- maatwebsite/excel: ^3.1.3
- symfony/http-kernel: ^5.0
Requires (Dev)
- ext-sqlite3: *
- calebporzio/sushi: ^2.2
- nunomaduro/phpinsights: dev-master
- orchestra/testbench-dusk: ^6.7
- phpunit/phpunit: ^9.4
- psy/psysh: ^0.10.5
README
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...
Important
This repository is not longer update... sorry I have no time.
Requirements
This package need at least:
- PHP ^8.0
- Laravel ^8.0
- Laravel Livewire ^2.0 | ^2.5
- AlpineJS ^2.0 | ^3.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 damian.aguilarm@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.