dev-master
9999999-devA CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter
GPL-3.0+ LGPL-2.1
The Requires
- php >=5.3.0
- illuminate/support 4.1.*
by Adrian Gheorghe
laravel crud administration autocrud
A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter
A CRUD package for Laravel. Using this you can create your entire c.r.u.d (Create Read Update Delete) interface in a matter of minutes, (*1)
More info available on the library website http://raw.adigheorghe.ro, (*2)
Run the following command in your laravel root directory, (*3)
composer require webtools/raw dev-master, (*4)
Or add webtools/raw
as a requirement to composer.json
:, (*5)
"webtools/raw": "dev-master", (*6)
Once the package is installed you will need to add the service provider. Add the following in the providers
section in app/config/app.php, (*7)
'Webtools\Raw\RawServiceProvider', (*8)
The package assets need to be published afterwards, (*9)
php artisan asset:publish webtools/raw, (*10)
An sql file containing sample data is available in the package., (*11)
You need to import this file in your database and then you can access:, (*12)
Example code is available by accessing, (*13)
A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter
GPL-3.0+ LGPL-2.1
laravel crud administration autocrud