dev-master
9999999-dev https://github.com/samjbro/SRPGeneratorA generator for the Service Repository Pattern
MIT
The Requires
- illuminate/support ~5.1
- php ~5.6|~7.0
The Development Requires
samjbro srpgenerator
A generator for the Service Repository Pattern
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![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)
composer require samjbro/srp-generator @dev
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
Please see CHANGELOG for more information on what has changed recently., (*4)
(upcoming)
bash
$ composer test
, (*5)
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*6)
If you discover any security related issues, please email sjbroughton1@gmail.com instead of using the issue tracker., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
A generator for the Service Repository Pattern
MIT
samjbro srpgenerator