Skip to content

Commit

Permalink
更新描述文件
Browse files Browse the repository at this point in the history
  • Loading branch information
mliuchengyu committed Mar 25, 2021
1 parent b66a457 commit 09142c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ fast-api-permission 为laravel 框架服务开发工具,基于 fast-api-permis


- [安装与配置](#安装与配置)
- [Laravel](#laravel)
- [Laravel](#安装-Laravel)
- [安装 fast-api/permission](#安装-fast-api/permission)
- [配置laravel .env 文件](#配置laravel-env-文件)
- [配置laravel .env 文件](#配置-laravel-env-文件)
- [配置 auth](#laravel-config/auth.php-参数)
- [使用](#usage)
- [控制台命令](#console-commands)
Expand All @@ -20,21 +20,21 @@ fast-api-permission 为laravel 框架服务开发工具,基于 fast-api-permis

<h1 align="center">Fast-php Cloud Fast-api/Permission SDK for Laravel</h1>

### Laravel
## 安装 Laravel

本产品依赖Laravel需要安装 Laravel `laravel/laravel` package via composer:

```sh
composer create-project --prefer-dist laravel/laravel laravel "7.30.0"
```

#### 安装 fast-api/permission
## 安装 fast-api/permission

```sh
composer require fast-api/permission dev-master
```

##### 配置laravel env 文件
## 配置 laravel env 文件

在按照上面建议的完成程序的安装之后,下面请配置数据库
通过添加以下内容到您的应用程序'.env文件(带有合适的值):
Expand Down

0 comments on commit 09142c6

Please sign in to comment.