8000 GitHub - 5852305/H-
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

5852305/H-

Repository files navigation

安装

使用git克隆本项目

git clone https://github.com/5852305/H-.git laravel
cd laravel

通过composer安装程序所需扩展

composer install

运行安装脚本, 按提示输入相关信息

php artisan blog:install

install

修改.env配置文件

修改配置文件中相关配置

后台地址

http://你配置的域名/admin
账号: admin
密码: 123456

线上部署优化

#配置缓存
php artisan config:cache
#路由缓存
php artisan route:cache
#类映射加载优化
php artisan optimize --force

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0