Download the PHP package hskyzhou/repository without Composer
On this page you can find all versions of the php package hskyzhou/repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hskyzhou/repository
More information about hskyzhou/repository
Files in hskyzhou/repository
Download hskyzhou/repository
More information about hskyzhou/repository
Files in hskyzhou/repository
Vendor hskyzhou
Package repository
Short Description Laravel 5, Service - business logic, Presenter - preview deal view, Repository - database layer
License MIT
Package repository
Short Description Laravel 5, Service - business logic, Presenter - preview deal view, Repository - database layer
License MIT
Please rate this library. Is it a good library?
Informations about the package repository
Laravel 5 Repository
Laravel5 Repository include Service, Presenter and Repository. Repository is used to abstract the data layer, making application more flexible. Service is used to deal business logic. Presenter is used to deal View page.
Table of Contents
- Install
- Composer
- Laravel
- Command
Install
Composer
Laravel
edit config.php
如果需要使用接口,则在使用命令之后,在如上的数组中添加
Publish Configuration
Command
创建实例
以上命令创建
- migration
- model
- repositoryInterface
- repositoryEloquent
- service 业务逻辑
- presenter 页面预处理
- process(可选--命令会提示是否创建) 数据处理层
创建数据处理层
创建业务逻辑
创建页面预处理
All versions of repository with dependencies
PHP Build Version
Package Version
The package hskyzhou/repository contains the following files
Loading the files please wait ....