2017 © Pedro Peláez
 

command crud-repository-generator

Repository generator

image

treggats/crud-repository-generator

Repository generator

  • Sunday, December 24, 2017
  • by Treggats
  • Repository
  • 1 Watchers
  • 0 Stars
  • 557 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Crud Repository Generator

With this package you can generate simple CRUD repositories, with or without a contract., (*1)

Usage

Without contract for the User model., (*2)

php artisan make:repository UserRepository

With contract for the User model., (*3)

php artisan make:repository -c UserRepository

Config

If you have a custom location for your models, you can publish the config. The config defaults to "App\Models", (*4)

php artisan vendor:publish --provider="Treggats\CrudRepositoryGenerator\CrudRepositoryGeneratorServiceProvider"

The Versions

24/12 2017

dev-master

9999999-dev

Repository generator

  Sources   Download

MIT

The Requires

 

by Tonko Mulder

repository design pattern contract

24/12 2017

dev-develop

dev-develop

Repository generator

  Sources   Download

MIT

The Requires

 

by Tonko Mulder

repository design pattern contract

24/12 2017

1.0.3

1.0.3.0

Repository generator

  Sources   Download

MIT

The Requires

 

by Tonko Mulder

repository design pattern contract

31/05 2017

v1.0.1

1.0.1.0

Repository generator

  Sources   Download

MIT

The Requires

 

by Tonko Mulder

repository design pattern contract

26/05 2017

v1.0.0

1.0.0.0

Repository generator

  Sources   Download

MIT

The Requires

  • php >=7.1

 

by Tonko Mulder

repository design pattern contract