khodja/crud
A CRUD Generator Package For Laravel
Requirements
- PHP >=5.4
Installation
Require this package with composer:
composer require khodja/crud
Register the provider directly in your app configuration file config/app.php
'providers' => [
// ...
Khodja\Crud\CrudServiceProvider::class,
];
Code example
Usage inside a laravel route
php artisan make:crud product --route=backend
Support
Feel free to post your issues in the issues section.
Security
If you discover any security related issues, please email fayzulla@khodja.uz instead of using the issue tracker.
License
This library is open-sourced software licensed under the MIT license.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707