2017 © Pedro Peláez
 

library crud

Laravion crud generater package for laravel framework

image

laravision/crud

Laravion crud generater package for laravel framework

  • Wednesday, November 1, 2017
  • by marwenhlaoui
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 27 % Grown

The README.md

Laravision Crud system (v1.2)

Version License Total Downloads, (*1)

Quickly build crud system , controller , models and views using Laravel 5. This package expects that you are using Laravel 5.4 or above., (*2)

Laravision Crud, (*3)

Install

In order to install Laravel 5.* Laravision Crud :, (*4)

1) You will need to import the laravision/crud package via composer:, (*5)

composer require laravision/crud

2) Add the service provider to your config/app.php file within the providers key:, (*6)

// ...
'providers' => [
    /*
     * Package Service Providers...
     */

    Laravision\Crud\CrudServiceProvider::class,
],
// ...

Usage

  • Create new CRUD :
php artisan make:crud post
  • Create new CRUD with model :
php artisan make:crud post --model=Post
  • Create new CRUD with out default views path :
php artisan make:crud post --view=admin/post
  • fixed special controller namespace :
php artisan make:crud Admin/Post

Help

for more details about this package :, (*7)

php artisan make:crud -h

Laravision Crud help, (*8)

License

Laravision Crud is free and open-sourced software distributed under the terms of the MIT license., (*9)

Note

Please report any issue you find in the issues page.
Pull requests are welcome., (*10)

Code By Marwen Hlaoui, (*11)

The Versions

01/11 2017

dev-master

9999999-dev

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

01/11 2017

v1.2.x-dev

1.2.9999999.9999999-dev

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

31/10 2017

dev-dev

dev-dev

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

31/10 2017

v1.2

1.2.0.0

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

31/10 2017

v1.1.x-dev

1.1.9999999.9999999-dev

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

19/07 2017

v1.1

1.1.0.0

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui

26/06 2017

1.0

1.0.0.0

Laravion crud generater package for laravel framework

  Sources   Download

MIT

by Avatar marwenhlaoui