honda / laravel-datatables
laravel-datatables
0.4.0
2021-05-21 21:06 UTC
Requires
- php: ^8
- illuminate/database: ^8
- illuminate/support: ^8
- illuminate/view: ^8
- livewire/livewire: ^2.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- orchestra/testbench: ^6.13
- pestphp/pest: ^1.0.5
- phpstan/phpstan: ^0.12.48
- symfony/var-dumper: ^5.2.0
This package is auto-updated.
Last update: 2024-11-10 18:19:34 UTC
README
Documentation coming later, still a lot to get done. DO NOT USE IT UNLESS YOU ARE ME
Installation
composer require honda/laravel-datatables
Usage
php artisan make:table MyModel
<livewire:my-model-table />
Publish the config file to change the model_path, where the make:table should creat tables.