phpacadem/web-app-sceleton
Composer 安装命令:
composer create-project phpacadem/web-app-sceleton
包简介
Psr framework Web application sceleton
README 文档
README
Use this skeleton application to quickly setup and start working on a PhpAcadem Framework which follows PSR standards to the maximum. This application uses the latest PhpAcadem Framework with the native PHP template Plates.
This skeleton application was built for Composer. This makes setting up a PhpAcadem Framework application quick and easy.
Install the Application
composer create-project phpacadem/web-app-sceleton [my-app-name]
Replace [my-app-name] with the desired directory name for your new application.
Components database initialization
php bin/app.php db:init
php bin/app.php blog:init
php bin/app.php user:init
Also you can add --help option to see all available options for current command
Built-in PHP server
To try it on built in PHP server just use command:
composer server
Web app will be available at http://0.0.0.0:8081
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-23