文件名称:symfony_knpu_lorem_ipsum_bundle
文件大小:5.23MB
文件格式:ZIP
更新时间:2024-03-27 19:37:08
PHP
理论: 我在包装专家上的捆绑包: 看看它怎么运作: 在浏览器中: 在控制台中: 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
----.gitignore(75B)
----README.md(3KB)
----tests()
--------KnpUIpsumTest.php(2KB)
--------FunctionalTest.php(2KB)
--------Controller()
----phpunit.xml(789B)
----docs()
--------1. Bootstrapping the Bundle & Autoloading - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.41MB)
--------12. Complex Config Test - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.1MB)
--------5. Custom Extension Alias - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(879KB)
--------13. Adding Routes & Controllers - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.9MB)
--------17. Plugin System with Tags - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(891KB)
--------15. Dispatching Custom Events - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.02MB)
--------20. CI with Travis CI - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(962KB)
--------2. Auto-Adding Services - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.15MB)
--------3. Autowiring & Public-Private Services - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1013KB)
--------6. Bundle Configuration Class - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.63MB)
--------19. Publishing to Packagist - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.01MB)
--------7. Allowing Entire Services to be Overridden - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(989KB)
--------10. Testing the Bundle - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(908KB)
--------14. Controller Functional Test - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.18MB)
--------16. Event Constants & @Event Docs - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1009KB)
--------4. All about the Bundle Extension Config System - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(801KB)
--------8. Extensibility with Interfaces & Aliases - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(939KB)
--------9. Proper Bundle composer.json File - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.32MB)
--------18. Tags, Compiler Passes & Other Nerdery - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(928KB)
--------11. Service Integration Test - Creating a Reusable (& Amazing) Symfony Bundle - SymfonyCasts.mht(1.19MB)
----LICENSE(1KB)
----composer.json(817B)
----phpunit.xml.dist(789B)
----.phpunit.result.cache_(823B)
----src()
--------KnpULoremIpsumBundle.php(2KB)
--------Resources()
--------KnpUWordProvider.php(3KB)
--------Event()
--------KnpUIpsum.php(7KB)
--------DependencyInjection()
--------WordProviderInterface.php(221B)
--------Controller()
----composer.phar(0B)
----.travis.yml(2KB)