Download the PHP package lamdd/design-pattern-repository-service without Composer
On this page you can find all versions of the php package lamdd/design-pattern-repository-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lamdd/design-pattern-repository-service
More information about lamdd/design-pattern-repository-service
Files in lamdd/design-pattern-repository-service
Package design-pattern-repository-service
Short Description Simple repository, service pattern for laravel
License MIT
Informations about the package design-pattern-repository-service
Laravel 6+ Php Artisan Make:Repository, Php Artisan Make:Service
A package for addding php artisan make:repository
, php artisan make:service
command to Laravel
Installation
Require the package with composer using the following command:
composer require lamdd/design-pattern-repository-service:"dev-master"
Or add the following to your composer.json's require-dev section and composer update
In your config/app.php add DesignPattern\LaravelMakeRepositoryService\RepositoryServiceProvider::class to the end of the providers array:
Publish Configuration
Usage
php artisan make:repository your-repository-name
php artisan make:service your-service-name
Example:
or
All versions of design-pattern-repository-service with dependencies
illuminate/config Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/support Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/database Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/pagination Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/console Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/filesystem Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0