khodja/crud

Numero CMS CRUD for laravel 5.*

v1.0.0 2017-08-31 13:37 UTC

This package is not auto-updated.

Last update: 2025-01-01 00:30:08 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.