We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa84bc commit 8a5f33bCopy full SHA for 8a5f33b
1 file changed
README.md
@@ -6,7 +6,7 @@
6
* composer install
7
* composer dump-autoload (加载所有类)
8
* php artisan key:generate
9
-* 配置.env
+* 配置.env (新增 BLOG_THEME = next 指定主题)
10
* php artisan migrate (建表)
11
* php artisan db:seed --class=UsersTableSeeder (填充初始密码account:admin@qq.com, pass:admin)
12
* php artisan storage:link
0 commit comments