wip
This commit is contained in:
parent
0aa7c345a1
commit
41aa11bbf2
|
|
@ -21,7 +21,7 @@ PHP语言开发,基于 Laravel 框架,前端 Blade 模版 + Vue
|
|||
- cURL PHP Extension
|
||||
- DOM PHP Extension
|
||||
- Fileinfo PHP Extension
|
||||
- JSON PHP Extension
|
||||
- JSON PHP Extension
|
||||
- Mbstring PHP Extension
|
||||
- OpenSSL PHP Extension
|
||||
- PCRE PHP Extension
|
||||
|
|
@ -31,7 +31,9 @@ PHP语言开发,基于 Laravel 框架,前端 Blade 模版 + Vue
|
|||
|
||||
## DEMO 演示
|
||||
<a href="https://demo.beikeshop.com/" target="_blank">BeikeShop Demo</a>
|
||||
<p><a href="https://beikeshop.com/" target="_blank"><img src="https://beikeshop.com/image/gif/demo.gif" width="500"></a></p>
|
||||
<p>
|
||||
<a href="https://beikeshop.com/" target="_blank" style="border: 1px solid #eee; display: inline-block;"><img src="https://beikeshop.com/image/gif/demo.gif" width="500"></a>
|
||||
</p>
|
||||
|
||||
## 安装教程(面向非开发者)
|
||||
1. <a href="https://beikeshop.com/download" target="_blank">下载BeikeShop</a>
|
||||
|
|
@ -47,7 +49,7 @@ PHP语言开发,基于 Laravel 框架,前端 Blade 模版 + Vue
|
|||
1. 接着执行 `cp .env.example .env` 创建配置文件
|
||||
1. 接着执行 `npm install`(node 版本需16+) 以及 `npm run dev` 编译前端 js 和 css 文件
|
||||
1. 将项目文件夹下的 `public` 设置为网站根目录
|
||||
1. 通过浏览器访问网站, 根据提示完成安装
|
||||
1. 通过浏览器访问网站, 根据提示完成安装
|
||||
1. 如需升级请在服务器端网站根目录运行`git pull && composer install && php artisan migrate`
|
||||
|
||||
## 参与贡献
|
||||
|
|
|
|||
Loading…
Reference in New Issue