avris/micrus-starter
最新稳定版本:v3.0
Composer 安装命令:
composer create-project avris/micrus-starter
包简介
Starter project for the Micrus framework
README 文档
README
This is a starter project for the Micrus framework.
Its documentation is available at docs.avris.it/micrus.
Also, check out the Demo project.
Instalation
Install Composer, move to the web directory of your server and run:
composer create-project avris/micrus-starter project-name
Composer will download the project with all of its dependencies. It will ask you for server parameters (like database connection) and will generate a secret encryption key unique for your app.
To generate database schema and load sample data, run:
bin/micrus db:schema:create
bin/micrus db:fixtures
And that's it. Your app is available under URL:
http://localhost/project-name/web/app_dev.php
Copyright
- Author: Andrzej Prusinowski (Avris.it)
- Licence: MIT
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-12