Download the PHP package justinmoh/backpack-helper without Composer
On this page you can find all versions of the php package justinmoh/backpack-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download justinmoh/backpack-helper
More information about justinmoh/backpack-helper
Files in justinmoh/backpack-helper
Package backpack-helper
Short Description A helper package for Laravel-Backpack CRUD that allows using CRUD components as chained method.
License MIT
Homepage https://github.com/justinmoh/backpack-helper
Informations about the package backpack-helper
backpack-helper
This package intends to provide a friendlier interface while using Backpack CRUD
,
by makes use of laravel's facade
.
According to the way Backpack\Crud
works, this package rely the trailing
method to perform the magic. Currently these compulsory trailing methods are:
public function toField($extraConfigToBeMerged = []): CrudPanel
public function toColumn($extraConfigToBeMerged = []): CrudPanel
public function toFilter($extraConfigToBeMerged = []): void
All other methods return the current instance $this
. In order to perform
method chain, refer class source code for api, example:
There is a 2-steps plan:
- To include all
Backpack CRUD
columns, fields, and filters - To merge the helper classes into one.
These is no test written, yet.
Installation
Via Composer
Usage
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Justin Moh
- All Contributors
License
license. Please see the license file for more information.