boolean-type/lorem-ipsum-bundle
https://packagist.org/packages/boolean-type/lorem-ipsum-bundle
D:\server\www\LoremIpsumBundle>vendor\bin\simple-phpunit # Run the tests.Changes, made in vendor folder, for bundle, installed from packagist (https://packagist.org/packages/boolean-type/lorem-ipsum-bundle) wan't work. So, I need to made them in local (ie this) bundle version.
composer remove boolean-type/lorem-ipsum-bundle
In app's composer.json add this ("../LoremIpsumBundle" is the path, where my bundle locally exists):
composer require boolean-type/lorem-ipsum-bundle:*@devcomposer.json delete this:composer remove boolean-type/lorem-ipsum-bundle
composer req "boolean-type/lorem-ipsum-bundle:^1.0" (1.0 is bundle current version)
This recipe will work only for my bundle on packagist, not for this, local version.
https://github.com/symfony/recipes-contrib/pull/1099
I've forked from https://github.com/symfony/recipes-contrib . Next I git-cloned this repo to my disc and created new folder with my recipe. Then I've created a pull request from a fork, as explained here - https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork . From this time all changes, that I pushed to my fork, automatically pushed to created pull request in symfony/recipes-contrib. After successful validation "View deployment" link appeared. This links contains instructions, described below.
composer clearcache
Theory:
Instructions for the recipe, created by me for this bundle:
If instructions for bundle become anavailable by link above, here is the copy:
Step 0. Allow installing "contrib" recipes in your application:
composer config extra.symfony.allow-contrib true
Step 1. Define the SYMFONY_ENDPOINT environment variable:
Step 2. Install the package(s) related to this recipe:
composer req "boolean-type/lorem-ipsum-bundle:^1.0"
Step 3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:
https://travis-ci.com/github/BooleanType/symfony_knpu_lorem_ipsum_bundle/builds
How can I help you explore Laravel packages today?