nateatnts/blog-starter
Composer 安装命令:
composer require nateatnts/blog-starter
包简介
A starter project for nateatnts/base-blog
关键字:
README 文档
README
Starter project which uses the scaffolding of the Base Blog Core PHP Dependency to provide ready-made user management and templates.
Installation
composer create-project nateatnts/blog-starter project-name
Then, go to the root project:
cd project-name
or whatever directory name you created.
Next, create your environment file:
cp .env.example .env
Open up that file in your editor of choice. Fill in the site address, site name, and the database information.
Then you need to run the installation program.
./console install
Next, run npm install.
npm install
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-01-12