Numero CMS CRUD for laravel 5.*
39
0
1
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

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.