2018-03-15 15:04:12 +00:00
|
|
|
# Auth 系统 PHP Client
|
|
|
|
|
|
|
|
|
2018-03-19 06:23:22 +00:00
|
|
|
> 该项目使用 composer 来完成加载
|
2018-03-15 15:04:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2018-03-19 03:15:37 +00:00
|
|
|
执行
|
|
|
|
```bash
|
2019-01-22 11:05:49 +00:00
|
|
|
composer config repositories.php-auth-client vcs git@git.int.haowumc.com:composer/php-auth-client.git
|
|
|
|
composer require paidian/php-auth-client
|
2018-03-19 03:15:37 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 代码中启用
|
|
|
|
|
2018-03-19 08:50:14 +00:00
|
|
|
* 注册服务
|
|
|
|
|
|
|
|
```php
|
2018-03-19 03:15:37 +00:00
|
|
|
$app->register(PdAuth\PdAuthServiceProvider::class);
|
|
|
|
```
|