Download the PHP package dovutuan/laracom without Composer
On this page you can find all versions of the php package dovutuan/laracom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dovutuan/laracom
More information about dovutuan/laracom
Files in dovutuan/laracom
Package laracom
Short Description Base repository and caching data
License MIT
Homepage https://github.com/dovutuan/laracom
Informations about the package laracom
Laravel Repositories
Laravel Repositories is used to abstract the data layer, making our application more flexible to maintain.
Installation
Composer
Execute the following command to get the latest version of the package:
Laravel
Publish Configuration
Methods
Dovutuan\Laracom\RepositoryInterface
-
-
Usage
Create a Repository
Create a Repository and Service
Create a Service
Create a Service and Repository
Declare key search repository
Types of operators
Types of boolean
Use methods
Find result by id in Repository
Find result by conditions in Repository
Create new entry in Repository
Update entry in Repository
Update entry by conditions in Repository
Delete entry in Repository
Delete entry by conditions in Repository
Count entry by conditions in Repository
Paginate entry by conditions in Repository
All entry by conditions in Repository
Insert entry by conditions in Repository
Update or create entry by conditions in Repository
Upsert entry by conditions in Repository
All and pluck entry by conditions in Repository
All versions of laracom with dependencies
illuminate/support Version ^10.28.0
illuminate/container Version ^10.31
illuminate/database Version ^10.31
illuminate/console Version ^10.31