1
0
Fork 0
Jordi Boggiano 2023-06-21 13:54:24 +02:00 committed by GitHub
parent bbea3e5284
commit 6b146f5195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -284,6 +284,10 @@ Now the `custom-plugin-command` is available alongside Composer commands.
Plugins for an event can be run manually by the `run-script` command. This works the same way as Plugins for an event can be run manually by the `run-script` command. This works the same way as
[running scripts manually](scripts.md#running-scripts-manually). [running scripts manually](scripts.md#running-scripts-manually).
If it is another type of plugin the best way to test it is probably using a [path repository](../05-repositories.md#path)
to require the plugin in a test project, and then `rm -rf vendor && composer update`
every time you want to install/run it again.
## Using Plugins ## Using Plugins
Plugin packages are automatically loaded as soon as they are installed and will Plugin packages are automatically loaded as soon as they are installed and will