gvillafane / sps-decidir-laravel
SPS Decidir 的 Laravel 框架包装器。
dev-master
2016-06-28 17:54 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-23 11:50:02 UTC
README
将 SPS Decidir 集成到 Laravel 的包装器。
安装
在 composer.json 中添加 gvillafane/sps-decidir-laravel
作为依赖项。
{ "require": { "gvillafane/sps-decidir-laravel": "dev-master" } }
在 app/config/app.php
中配置服务提供者。
SPSDecidirWrapper\SPSDecidirServiceProvider::class
使用以下命令发布配置文件:
php artisan vendor:publish
要使用 facade,请将其添加到 app/config/app.php
。
'SPS' => SPSDecidirWrapper\Facades\SPS::class
使用方法
TBC