Download the PHP package sinclairt/repository without Composer
On this page you can find all versions of the php package sinclairt/repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sinclairt/repository
More information about sinclairt/repository
Files in sinclairt/repository
Download sinclairt/repository
More information about sinclairt/repository
Files in sinclairt/repository
Vendor sinclairt
Package repository
Short Description Common queries wrapped up in a base repository class to be extended
License MIT
Package repository
Short Description Common queries wrapped up in a base repository class to be extended
License MIT
Please rate this library. Is it a good library?
Informations about the package repository
Repository
Common queries wrapped up into a class to be extended.
Installation
Usage
All you need to do is create a repository that extends and implements the and off you go you have access to all the goodness of the repository!
This is a list of all the methods available to you
sort
getById
getAll
getAllPaginate
add
getByName
update
destroy
save
firstOrCreate
getArrayForSelect
getArrayForSelectWithTrashed
onlyFillable
getByIdWithTrashed
getAllWithTrashed
getAllPaginatedWithTrashed
restore
search
searchWithTrashed
filter
filterPaginated
setQuery
getQuery
F.Y.I All of the queries use Laravel's query builder methods, so be sure that your model class has access to these!
All versions of repository with dependencies
PHP Build Version
Package Version
No informations.
The package sinclairt/repository contains the following files
Loading the files please wait ....