hlynx/picolo
最新稳定版本:v0.0.2
Composer 安装命令:
composer create-project hlynx/picolo
包简介
Picolo CMF
README 文档
README
Picolo is a skeleton for Silex microframework.
Requirements
- PHP >= 5.3
Installation
composer create-project hlynx/picolo <project_name>
For production from htdocs/.htaccess delete line
SetEnv APP_ENV dev
Structure
/app/Application.php
Applications class
/app/bootstrap.php
A place to include providers (database support, twig support, user management support, ...)
/config/
A place for config files (project settings, routing)
/src/
This folder should contain code of your application. Paths to files should be the same as their namespaces.
/templates/
A place for html templates
/htdocs/
Folder where your web server sholuld be pointed.
APP_ENV - default value is prod
APP_ENV = dev - value for development
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-01-14