Package Data | |
---|---|
Maintainer Username: | umurkaragoz |
Maintainer Contact: | lazysheepherd@gmail.com (Umur Karagöz) |
Package Create Date: | 2017-09-06 |
Package Last Update: | 2018-08-25 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-02-06 03:01:30 |
Package Statistics | |
---|---|
Total Downloads: | 182 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Admin panel backbone for standard laravel projects.
Disclaimer: this package and readme file are both incomplete beyond wildest imagination available in our multiverse. Abundant amounts of discretion is advised.
Supplying data to both create
and edit
operations under one method.
Very often we need to supply some additonal data both for create and edit operations.
A classical example would be need of supplying categories
list to view while both creating or editing products
.
Override supplyEditData()
method and place repeating data into it.
It will supply returned data to views when create
and edit
methods are called.
generic
index generator
filter
scopeorder
fieldorder()
scope