Download the PHP package markofly/admincrud without Composer
On this page you can find all versions of the php package markofly/admincrud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package admincrud
AdminCrud
AdminCrud is Laravel 5 package.
Installation
Using composer
Add the service provider to config/app.php
Publish config, view and form files
Usage
Set up Admin crud config
AdminCrud config file is located at config/markofly/admincrud.php
Default config looks like this:
Create form config file
Default form config files are located at config/markofly/forms/
Create form fields
Edit form fields
List view fields
Create controller for forms
Basic AdminCrud controller should look something like this:
Register new routes for controller
Change default layout file
Default view file is located at resources/views/vendor/AdminCrud/default.blade.php
License
The MIT License (MIT). Please see License File for more information.
All versions of admincrud with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
illuminate/http Version >= 5.0
illuminate/database Version >= 5.0
illuminate/support Version >= 5.0
illuminate/http Version >= 5.0
illuminate/database Version >= 5.0
illuminate/support Version >= 5.0
The package markofly/admincrud contains the following files
Loading the files please wait ....