khodja / crud
Numero CMS CRUD for laravel 5.*
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/khodja/crud
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-22 04:12:26 UTC
README
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.