noardcode/laravel-tables

This Laravel package provides a convenient way to display eloquent collections in html5 tables

v0.1.11 2021-10-21 14:02 UTC

README

This Laravel package provides a convenient way to display eloquent collections in html5 tables.

Latest Version MIT Licensed Total Downloads

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.