2017 © Pedro Peláez
 

library laravel-plus

Scaffold controller, repository, model and views

image

maikovisky/laravel-plus

Scaffold controller, repository, model and views

  • Saturday, March 25, 2017
  • by maikovisky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Laravel Plus

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Install

Via Composer, (*3)

``` bash $ composer require maikovisky/laravel-plus, (*4)


### Edit config/app.php ``` php 'providers' => [ ... Maikovisky\LaravelPlus\LaravelPlusServiceProvider::class, Prettus\Repository\Providers\RepositoryServiceProvider::class, DaveJamesMiller\Breadcrumbs\ServiceProvider::class, ], ... 'aliases' => [ // ... 'Breadcrumbs' => DaveJamesMiller\Breadcrumbs\Facade::class, //... ],

Usage

Installing a layout., (*5)

``` bash $ php artisan layout:install, (*6)


Creating a new controller with model, repository and views. ``` bash $ php artisan make:scaffold [Name]

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email maikovisky@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

25/03 2017

dev-master

9999999-dev https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus

25/03 2017

0.4.1

0.4.1.0 https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus

09/02 2017

0.4.0

0.4.0.0 https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus

09/02 2017

0.3.2

0.3.2.0 https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus

09/02 2017

0.3.1

0.3.1.0 https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus

09/02 2017

0.3.0

0.3.0.0 https://github.com/maikovisky/laravel-plus

Scaffold controller, repository, model and views

  Sources   Download

MIT

The Requires

 

The Development Requires

scaffold laravel-plus