flexsounds/slim-skeleton-extended
最新稳定版本:2.1.2
Composer 安装命令:
composer require flexsounds/slim-skeleton-extended
包简介
An Extended Slim Framework skeleton application for rapid development
README 文档
README
Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses:
- Sensio Labs' Twig template library;
- Fort Rabbit's SlimController extension wich provides the C of MVC;
- Techsterx Slim Config - YAML extension for YAML config support.
This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.
Install Composer
If you have not installed Composer, do that now. I prefer to install Composer globally in /usr/local/bin, but you may also install Composer locally in your current working directory.
http://getcomposer.org/doc/00-intro.md#installation
Install the Application
After you install Composer, run this command from the directory in which you want to install your new Slim Framework application.
php composer.phar create-project slim/slim-skeleton [my-app-name]
Replace [my-app-name] with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/directory. - Ensure
logs/andtemplates/cacheare web writeable.
That's it! Now go build something cool.
How to Contribute
Pull Requests
- Fork the Slim Skeleton Extended repository
- Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the develop branch
It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually.
Style Guide
All pull requests must adhere to the PSR-2 standard.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-04