amitkhare/slim-hmvc-installer
Composer 安装命令:
composer require amitkhare/slim-hmvc-installer
包简介
A HMVC modular application for Slim Framework. Use this application to quickly setup and start working on a new Slim Framework 3 with HMVC capabilities.
README 文档
README
A HMVC modular application for Slim Framework. Use this application to quickly setup and start working on a new Slim Framework 3 with HMVC capabilities.
Install
Run this command from the directory in which you want to install your new Slim 3 Framework with modular HMVC.
Via Composer:
php composer.phar create-project amitkhare/slim-hmvc-installer [my-app-name]
Via Git:
git clone https://github.com/amitkhare/slim-hmvc-installer.git [my-app-name]
composer update
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 [my-app-name]'s root / directory. it will automatically redirect all calls to /public/index.php via .htaccess
Open in Web Browser, follow onscreen instructions.
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-08