avris/micrus-starter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

统计信息

  • 总下载量: 86
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-12