raistlfiren/slim-skeleton
Composer 安装命令:
composer require raistlfiren/slim-skeleton
包简介
A Slim Framework skeleton application for rapid development
README 文档
README
This is a fork of slimphp/Slim-Skeleton with some small changes (codestyle, directory structure, dependencies).
New Dependencies
Install the Application
Run this command from the directory in which you want to install your new Slim Framework application.
php composer.phar create-project Raistlfiren/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
web/directory. - Ensure
logs/is web writeable.
That's it! Now go build something cool.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-20