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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package actionablelist

ActionableList

License: MIT

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.


All versions of actionablelist with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1
illuminate/support Version ~5.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gasparilab/actionablelist contains the following files

Loading the files please wait ....