daguilarm/belich-tables

This package is abandoned and no longer maintained. No replacement package was suggested.

A dynamic table component for Laravel Livewire

v1.4.3 2021-06-21 13:14 UTC

This package is auto-updated.

Last update: 2022-08-28 18:48:37 UTC


README

Package Logo

Latest Version on Packagist StyleCI GitHub last commit

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.