xitedev / wiretables
Wiretables
2.2.0
2024-11-10 10:13 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^11.0
- livewire/livewire: ^3.5
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-query-builder: ^6.2
- xitedev/searchable: @dev || ^2.2
- xitedev/wireforms: @dev || ^2.2
Requires (Dev)
- nunomaduro/collision: ^8.5
- pestphp/pest: ^3.5
- pestphp/pest-plugin-laravel: ^3.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-11-10 10:15:29 UTC
README
This is my package wiretables
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require xitedev/wiretables
You can publish the config file with:
php artisan vendor:publish --tag="wiretables-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="wiretables-views"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.