Download the PHP package morilog/flexible-repository without Composer
On this page you can find all versions of the php package morilog/flexible-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download morilog/flexible-repository
More information about morilog/flexible-repository
Files in morilog/flexible-repository
Download morilog/flexible-repository
More information about morilog/flexible-repository
Files in morilog/flexible-repository
Vendor morilog
Package flexible-repository
Short Description Flexible and powerful repositories for laravel framework
License MIT
Package flexible-repository
Short Description Flexible and powerful repositories for laravel framework
License MIT
Please rate this library. Is it a good library?
Informations about the package flexible-repository
Laravel Flexible Repository
A Laravel package for creating Flexible and powerful repositories
Installation
Usage
Create Repositories
Create for Eloquent
-
Create an
interface
for your repository that extended fromMorilog\FlexibleRepository\Contracts\RepositoryInterface
-
Create a class For your model that extended from
Morilog\FlexibleRepository\BaseEloquentRepository
and implements your declaredinterface
-
Bind your Repository to implemented class
- Inject your repository in classes and controller methods
All versions of flexible-repository with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=5.1
illuminate/database Version >=5.1
illuminate/pagination Version >=5.1
illuminate/database Version >=5.1
illuminate/pagination Version >=5.1
The package morilog/flexible-repository contains the following files
Loading the files please wait ....