Package Data | |
---|---|
Maintainer Username: | Fayzulla |
Maintainer Contact: | fayzulla@khodja.uz (Fayzulla Khodja) |
Package Create Date: | 2017-08-31 |
Package Last Update: | 2017-09-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:04:02 |
Package Statistics | |
---|---|
Total Downloads: | 39 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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,
];
Usage inside a laravel route
php artisan make:crud product --route=backend
Feel free to post your issues in the issues section.
If you discover any security related issues, please email fayzulla@khodja.uz instead of using the issue tracker.
This library is open-sourced software licensed under the MIT license.