Download the PHP package derakht/repository-pattern without Composer
On this page you can find all versions of the php package derakht/repository-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download derakht/repository-pattern
More information about derakht/repository-pattern
Files in derakht/repository-pattern
Download derakht/repository-pattern
More information about derakht/repository-pattern
Files in derakht/repository-pattern
Vendor derakht
Package repository-pattern
Short Description Implement repository pattern design with a command
License MIT
Package repository-pattern
Short Description Implement repository pattern design with a command
License MIT
Please rate this library. Is it a good library?
Informations about the package repository-pattern
Laravel Repository Pattern Generator
Generate repository structure with single command
This package generates repository pattern files related to a model to use them in your app.
Installation
Require this package with composer using the following command:
Configuration
Publish the configuration file with th following command.
You can change default paths in this file.
Usage
You can now run the below command to create repository files.
Example
PostController.php
or if you want to use injection add to provider array in .
PostController.php
All versions of repository-pattern with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=5.6
The package derakht/repository-pattern contains the following files
Loading the files please wait ....