aw-studio/macrame-cms
Composer 安装命令:
composer create-project aw-studio/macrame-cms
包简介
wip.
README 文档
README
Setup
Create a new cms project named your-website by running
composer create-project aw-studio/macrame-cms:dev-main your-website
Create a database and add the credentials in the.env file. Then run the following command to migrate
and seed with some basic data.
php artisan migrate:fresh --seed
Install the NPM dependencies and start the dev script
npm install && npm run dev
You should now be able to visit your-website.test/admin and login with default admin credentials:
username: admin
password: secret
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-12