Download the PHP package crcms/repository without Composer
On this page you can find all versions of the php package crcms/repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download crcms/repository
More information about crcms/repository
Files in crcms/repository
Package repository
Short Description Detached model and controller warehouse data provider
License MIT
Homepage https://github.com/crcms/repository
Informations about the package repository
CRCMS Repository
A specialized data provider layer, based on ORM, only as a data provider, the main role is to separate the coupling before the Controller and Model
Install
You can install the package via composer:
Laravel
If your version is less than 5.5 please modify config / app.php
If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command:
Commands
Example
QueryMagic
Repository
Guard Or Scenes
Usually we need to filter the incoming parameter values when adding or modifying and querying the data, and retain the required parameter values.
Guard and scenes are born for this
Note: when guard and scenes are both present, scenes has a higher priority. If scenes is empty, it will use guard.
Listener
Cache
store
forget
flush
Repository Methods
QueryRelate Methods
License
All versions of repository with dependencies
illuminate/support Version ^5.5|^6.0
illuminate/console Version ^5.5|^6.0
illuminate/cache Version ^5.5|^6.0
illuminate/database Version ^5.5|^6.0
crcms/event Version ~1.0.0