Download the PHP package wandu/laravel-repository without Composer
On this page you can find all versions of the php package wandu/laravel-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wandu/laravel-repository
More information about wandu/laravel-repository
Files in wandu/laravel-repository
Download wandu/laravel-repository
More information about wandu/laravel-repository
Files in wandu/laravel-repository
Vendor wandu
Package laravel-repository
Short Description For Laravel Repository Pattern
License MIT
Package laravel-repository
Short Description For Laravel Repository Pattern
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-repository
Laravel Repository
For Laravel Repository Pattern.
라라벨 모델을 기반으로 저장소 패턴을 만들기위한 패키지입니다. 모델과 컨트롤러 사이에 레이어를 두게되면 관찰자 패턴을 구현하기 편하고, 동일한 질의가 두번 요청 되었을 때, 중복으로 데이터베이스에 요청하는 것을 막을 수 있습니다.
사용법
3가지 방식의 저장소를 사용할 수 있습니다.
- default repository
- pagination repository
- more items repository
1. Default Repository
Methods(매서드)
2. Pagination Repository
1페이지, 2페이지, ... 의 구조로 구현할 때 사용하는 방식입니다
3. More Items Repository
아이템 더 보기... 의 구조로 구현할 때 사용하는 방식입니다
All versions of laravel-repository with dependencies
PHP Build Version
Package Version
The package wandu/laravel-repository contains the following files
Loading the files please wait ....