symfony_knpu_lorem_ipsum_bundle 源码
理论: 我在包装专家上的捆绑包: 看看它怎么运作: 在浏览器中: 在控制台中: D:\server\www\LoremIpsumBundle>vendor\bin\simple-phpunit # Run the tests. 如何在本地更改包? 从packagist( )安装的在捆绑软件的vendor文件夹中所做的更改将不起作用。 因此,我需要将它们制作为本地(即此)捆绑软件版本。 从packagist版本切换到本地版本: composer remove boolean-type/lorem-ipsum-bundle 在应用程序的composer.json添加以下内容: "repositories": [ { "type": "path", "url": "../LoremIpsumBundle" } ] compo
文件列表
symfony_knpu_lorem_ipsum_bundle-master.zip
(预估有个44文件)
symfony_knpu_lorem_ipsum_bundle-master
.gitignore
75B
README.md
3KB
tests
KnpUIpsumTest.php
2KB
FunctionalTest.php
2KB
Controller
IpsumApiControllerTest.php
4KB
phpunit.xml
789B
docs
暂无评论