31/08
2017
Wallogit.com
2017 © Pedro Peláez
Numero CMS CRUD for laravel 5.*
Require this package with composer:, (*1)
composer require khodja/crud
Register the provider directly in your app configuration file config/app.php, (*2)
'providers' => [
// ...
Khodja\Crud\CrudServiceProvider::class,
];
Usage inside a laravel route, (*3)
php artisan make:crud product --route=backend
Feel free to post your issues in the issues section., (*4)
If you discover any security related issues, please email fayzulla@khodja.uz instead of using the issue tracker., (*5)
This library is open-sourced software licensed under the MIT license., (*6)