khodja/crud

Numero CMS CRUD for laravel 5.*
40
Install
composer require khodja/crud
Latest Version:v1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Sep 4, 2017
Links: GitHub  ·  Packagist
Maintainer: Fayzulla

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707
laravel/framework

The Laravel Framework.

572,249,171 34,893
laravel/tinker

Powerful REPL for the Laravel framework.

481,927,243 7,441