yupmin/slim-silly-doctrine
Composer 安装命令:
composer require yupmin/slim-silly-doctrine
包简介
A Slim Framework skeleton application for rapid development
README 文档
README
This skeleton application was built for Composer. This makes setting up a new Slim + Silly + Doctrine application quick and easy.
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 yupmin/slim-silly-doctrine [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/,cache/is web writeable.
Use the Application
Run this command from the directory for cli console
php src/console
Run this command from the directory for Doctrine console After creating config.yml
cp .config.yml config.yml
Add Entity, Repository files
php vendor/bin/doctrine orm:schema-tool:update
That's it! Now go build something cool.
Reference
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-12