2017 © Pedro Peláez
 

library crud

Numero CMS CRUD for laravel 5.*

image

khodja/crud

Numero CMS CRUD for laravel 5.*

  • Thursday, August 31, 2017
  • by Fayzulla
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

A CRUD Generator Package For Laravel

Requirements

  • PHP >=5.4

Installation

Require this package with composer:, (*1)

composer require khodja/crud

Register the provider directly in your app configuration file config/app.php, (*2)

'providers' => [
    // ...
    Khodja\Crud\CrudServiceProvider::class, 
];

Code example

Usage inside a laravel route, (*3)

php artisan make:crud product --route=backend

Support

Feel free to post your issues in the issues section., (*4)

Security

If you discover any security related issues, please email fayzulla@khodja.uz instead of using the issue tracker., (*5)

License

This library is open-sourced software licensed under the MIT license., (*6)

The Versions

31/08 2017

dev-master

9999999-dev

Numero CMS CRUD for laravel 5.*

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Fayzulla Khodja

31/08 2017

v1.0.0

1.0.0.0

Numero CMS CRUD for laravel 5.*

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Fayzulla Khodja