Download the PHP package detatech/repository-pattern without Composer
On this page you can find all versions of the php package detatech/repository-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download detatech/repository-pattern
More information about detatech/repository-pattern
Files in detatech/repository-pattern
Package repository-pattern
Short Description Repository Pattern For Laravel >= 5.1.* | >= 5.2.* | >= 5.3.*
License MIT
Informations about the package repository-pattern
Repository Pattern For Laravel >= 5.1. | >= 5.2. | >= 5.3.*
Create Repository Pattern Files with a single command.
Usage
-
Require this package using composer
-
Update the
$providers
array inconfig/app.php
- Publish the default configuration (optional)
You can now view the command repository:create
has been listed in the artisan list. Checkout using
Once you create the file, you have to bind it to the IoC container of the application. For that, open providers/AppServiceProvider
and inside the register
method, paste the following code:
Failing to do the above point will give Exception:
Done.
LICENSE
This package is open-sourced software licensed under the MIT license.
All versions of repository-pattern with dependencies
illuminate/support Version ~5.1.0|~5.2.0|~5.3.0
illuminate/console Version ~5.1.0|~5.2.0|~5.3.0
illuminate/filesystem Version ~5.1.20|~5.2.0|~5.3.0