2017 © Pedro Peláez
 

library srp-generator

A generator for the Service Repository Pattern

image

samjbro/srp-generator

A generator for the Service Repository Pattern

  • Wednesday, August 30, 2017
  • by samjbro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Service Repository Pattern Generator

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)

Installation and Usage

Step 1: Install through composer

composer require samjbro/srp-generator @dev

Step 2: Add the Service Provider in app/Providers/AppServiceProvider.php

``` php public function register() { if ($this->app->environment() == 'local') { $this->app->register('samjbro\SRPGenerator\SRPGeneratorServiceProvider'); } }, (*3)


``` php php artisan make:srp ModelName

Change log

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

Testing

(upcoming) bash $ composer test, (*5)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*6)

Security

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

Credits

License

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

The Versions

30/08 2017

dev-master

9999999-dev https://github.com/samjbro/SRPGenerator

A generator for the Service Repository Pattern

  Sources   Download

MIT

The Requires

 

The Development Requires

samjbro srpgenerator