Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
彭青松
lowCodeBackBaseFrame
Commits
687bdc89
Commit
687bdc89
authored
2 years ago
by
彭青松
Browse files
Options
Download
Email Patches
Plain Diff
完善文档
parent
79cf22de
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
README.md
README.md
+0
-9
No files found.
README.md
View file @
687bdc89
...
...
@@ -11,19 +11,10 @@ git clone http://gitlab.kupurui.cn/crpt-project-public/your_project.git
cd your_project
#注意PHP版本要7.4及以上,composer用2.x
composer install
# 添加配置文件,将根目录的.env.example复制一份为.env
cp .env.example .env
# 配置.env中的一些特殊变量
APP_KEY=你自己的秘钥
# 默认签名是打开的 IS_CHECK_SIGN=true 如果需要关闭改为false,使用签名请自行修改自己的盐值
APP_SOCKET_KEY=你自己的盐值
# 将sc_lumen_auth.sql导入到你自己的数据库,这里面是基础的数据表,并修改.env中的数据库配置
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sc_lumen_auth
DB_USERNAME=xxxxx
DB_PASSWORD=xxxxx
# 如果是低代码项目单独部署,执行命令进行数据库部署
php artisan TransferSql
# 至此安装完成
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment