Download the PHP package keepondream/laravel-service without Composer
On this page you can find all versions of the php package keepondream/laravel-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-service
Laravel-Service
兼容版本
PHP | Laravel | Lumen |
---|---|---|
>=7.0 | >=5.7 | >=5.7 |
说明
- 在 Laravel/Lumen 生命周期中单例所有 Service(业务服务层)
- 利用php artisan make:service 快速构建服务层
- 具有灵活的调用方式
安装
-
使用composer 安装
- 添加服务提供商,将下面这行添加至 config/app.php 文件 providers 数组中:
使用示例
-
利用artisan命令构建Service文件
-
Service目录
-
生成的Service文件
- 使用方法
All versions of laravel-service with dependencies
PHP Build Version
Package Version
Requires
keepondream/service Version
^1.1
The package keepondream/laravel-service contains the following files
Loading the files please wait ....