shameerc/slim-skeleton
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project shameerc/slim-skeleton
包简介
Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di
README 文档
README
This is a simple Slim 3 project skeleton with Doctrine, Twig, Monolog, etc. Heavily inspired by akrabat/slim3-skeleton
We have replaced Pimple Container with Aura.Di for dependency injection.
###Installation
composer create-project shameerc/slim-skeleton
###Configuration
This project uses phpdotenv for the managing configuration values. We have a .env.example file in the root of the project, as a placeholder for the required config values. Copy this file to .env and change the values as needed for your development machine.
###Directory Permissions
Once you install the project, you may need to change the permission for app/storage/* directories to make it writable by the web server.
###Run it! Now we are ready to run the application
php -S localhost:9000 -t public/
统计信息
- 总下载量: 275
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-23