Download the PHP package gasparilab/actionablelist without Composer
On this page you can find all versions of the php package gasparilab/actionablelist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gasparilab/actionablelist
More information about gasparilab/actionablelist
Files in gasparilab/actionablelist
Package actionablelist
Short Description Generate actionable lists for admin panels.
License MIT
Homepage https://github.com/GaspariLab/ActionableList
Informations about the package actionablelist
ActionableList
This is a package for Laravel 5.5 that lets you easily create tables of items, especially for administration panels. It requires PHP 7.1.
Please bear in mind that this package is under development, it is not stable for production yet. For example, new releases could introduce breaking changes. Thank you.
Install
You can easily install this package via composer
:
This package supports the new Laravel service provider autodiscovery, so there's no need to put it manually into the providers
array in config/app.php
.
If you want to customize the tables HTML code (you probably will!), you can publish the included views into your project with the following Artisan command:
This will copy the views to the resources/views/vendor/actionablelist
folder of you app, so you can customize them and keep them versioned. The --force
parameter overwrites any existing view with the same name, it's useful if you're updating this package from an old version.
Usage
Complete syntax for creating a Table
Quickly creating a Table
You can also quickly create a new Table using the static make()
function. The first parameter is an array of the columns, the second parameters is an array of formatters for each column, the third parameter is the dataset.
Example: creating a table with three columns and two items inside.
The Table also has a fluent interface which lets you to chain methods, like the Query Builder.
Datasets
Datasets can be arrays, Collections, Eloquent Collections or any other iterable which also implements the ArrayAccess interface.
Printing the table inside the view
In you Blade view you can print the Table this way:
Testing
Postcardware
This package is MIT-licensed, but if it makes it to your production environment we'd appreciate if you send us a postcard from your hometown. Our address is:
Credits
A package made by Luca Andrea Rossi for GaspariLab S.r.l.