https://github.com/luilliarcec/laravel-table
Dynamic component for tables in Laravel Blade.
https://github.com/luilliarcec/laravel-table
blade datatables filter laravel laravel-query-builder
Last synced: 3 months ago
JSON representation
Dynamic component for tables in Laravel Blade.
- Host: GitHub
- URL: https://github.com/luilliarcec/laravel-table
- Owner: luilliarcec
- License: mit
- Created: 2021-07-02T12:13:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:15:15.000Z (12 months ago)
- Last Synced: 2024-10-13T13:24:31.672Z (9 months ago)
- Topics: blade, datatables, filter, laravel, laravel-query-builder
- Language: PHP
- Homepage:
- Size: 295 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Table
[](https://packagist.org/packages/luilliarcec/laravel-table)
[](https://packagist.org/packages/luilliarcec/laravel-table)
[](https://github.com/luilliarcec/laravel-table/blob/develop/LICENSE.md)I have to first thank the guys at [Filament](https://filamentphp.com/), I used a lot of their code to improve `v4` of
this package, and make it much better. The main difference between this package
and [filament/tables](https://filamentphp.com/docs/2.x/tables/installation) is that this package
is meant to work traditionally without Livewire.To give this table superpowers, several packages were used,
especially [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder/tree/main)## Installation
You can install the package via composer:
```bash
composer require luilliarcec/laravel-table
```Can export package configuration and component views.
```bash
php artisan vendor:publish --provider="Luilliarcec\LaravelTable\LaravelTableServiceProvider"
```## Usage
[Table DOCS](docs/table.md)
[Columns DOCS](docs/columns.md)
## Examples
To visualize the operation of the package together
with [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder/tree/master) you can see the
[demo](https://laravel-table.herokuapp.com/). If you want to check the demo code, you can check the
repository [Laravel Table Demo](https://github.com/luilliarcec/laravel-table-demo)## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Luis Andrés Arce C.](https://github.com/luilliarcec)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.