PHPackages                             wiretables/wiretables - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. wiretables/wiretables

ActiveLibrary[Templating &amp; Views](/categories/templating)

wiretables/wiretables
=====================

Dynamic tables implemented with Livewire

v0.1.6(5y ago)59.5k1[1 issues](https://github.com/Wiretables/wiretables/issues)MITPHP

Since May 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Wiretables/wiretables)[ Packagist](https://packagist.org/packages/wiretables/wiretables)[ RSS](/packages/wiretables-wiretables/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Wiretables
==========

[](#wiretables)

An extension for [Livewire](https://laravel-livewire.com/docs/quickstart/) that offers a better alternative to Datatables

Requirements
------------

[](#requirements)

Wiretables must be installed in a Laravel Project that already has Livewire installed and included in the template.

Additionally, the application template must include bootstrap 4.

Installation
------------

[](#installation)

Via Composer

```
$ composer require wiretables/wiretables
```

The package will automatically register its service provider.

Usage
-----

[](#usage)

1. Generate a new Wiretable component. You need one for each table (UI).

```
php artisan wiretables:make User
```

This will generate an empty component

```
