Download the PHP package nda666/laravel-repository-pattern without Composer
On this page you can find all versions of the php package nda666/laravel-repository-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nda666/laravel-repository-pattern
More information about nda666/laravel-repository-pattern
Files in nda666/laravel-repository-pattern
Download nda666/laravel-repository-pattern
More information about nda666/laravel-repository-pattern
Files in nda666/laravel-repository-pattern
Vendor nda666
Package laravel-repository-pattern
Short Description Simple repository pattern for laravel project
License BSD-3-Clause
Homepage https://github.com/minchao/laravel-repository-pattern
Package laravel-repository-pattern
Short Description Simple repository pattern for laravel project
License BSD-3-Clause
Homepage https://github.com/minchao/laravel-repository-pattern
Please rate this library. Is it a good library?
Informations about the package laravel-repository-pattern
Laravel Repository Pattern
It's a simple repository file generator.
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
to publish the config file:
How To:
Will generate UserRepository.php and UserInterface.php file
Example
Example using generated repo in controller
All versions of laravel-repository-pattern with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
haydenpierce/class-finder Version ^0.4.3
illuminate/console Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10|^11
haydenpierce/class-finder Version ^0.4.3
illuminate/console Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10|^11
The package nda666/laravel-repository-pattern contains the following files
Loading the files please wait ....