noardcode / laravel-tables
This Laravel package provides a convenient way to display eloquent collections in html5 tables
Installs: 3 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 2
Requires
- php: ^7.4|^8.0
- laravel/framework: ^7.0|^8.0
- laravelcollective/html: ^6.1
Requires (Dev)
- phpunit/phpunit: ^9.1.5
This package is auto-updated.
Last update: 2024-10-17 19:55:52 UTC
README
This Laravel package provides a convenient way to display eloquent collections in html5 tables.
Installation
composer require noardcode/laravel-tables
Javascript dependencies
npm install bootstrap
npm install --save @fortawesome/fontawesome-free
Publish assets
Publish the required assets (scss, js). These assets should be added to your css and js build.
php artisan vendor:publish --tag="assets"
Publish translations (optional)
php artisan vendor:publish --tag="lang"
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
Pull Requests
- PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
- Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date. - Create feature branches - Don't ask us to pull from your master branch.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
License
The MIT License (MIT). Please see License File for more information.