This Laravel package provides a convenient way to display eloquent collections in html5 tables.
composer require noardcode/laravel-tables
npm install bootstrap
npm install --save @fortawesome/fontawesome-free
Publish the required assets (scss, js). These assets should be added to your css and js build.
php artisan vendor:publish --tag="assets"
php artisan vendor:publish --tag="lang"
Please see CHANGELOG for more information what has changed recently.
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
- 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.
The MIT License (MIT). Please see License File for more information.