ameenross/psysh-bundle
最新稳定版本:v2.0.4
Composer 安装命令:
composer require ameenross/psysh-bundle
包简介
A port of the PHP REPL PsySH for Symfony 2.x.
README 文档
README
Intro
When trying to install the Psysh Bundle from Theo Fidry in a Symfony 2.3 project, I ran into a bug. Since Theo Fidry only seems to maintain a newer version of the bundle (he only has a master branch), I decided to fork.
Install
composer require --dev ameenross/psysh-bundle
Then, enable the bundle by updating your app/AppKernel.php file to enable the bundle:
<?php // app/AppKernel.php public function registerBundles() { //... if (in_array($this->getEnvironment(), ['dev', 'test'])) { //... $bundles[] = new Fidry\PsyshBundle\PsyshBundle(); } return $bundles; }
统计信息
- 总下载量: 794
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-12