barryvdh / composer-cleanup-plugin

Composer plugin for cleaning up unused files from packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to activate this plugin?

coffebar opened this issue · comments

After installing composer packadge docs still in vendor.
For example, vendor/monolog/monolog/doc

How to activate plugin?

commented

It will be triggered at onPostPackageInstall and onPostPackageUpdate by default.

@phy25 i have instaled this plugin globally but still it is not working for me.

As far as I can tell this package isn't doing anything when using composer install --prefer-dist or otherwise.
All the doc files etc are still there.