Skip to content

RebelCode/composer-cleanup-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Composer Cleanup Plugin

Latest Stable Version

Remove tests & documentation from the vendor dir. Based on laravel-vendor-cleanup but implemented as a Composer Plugin instead of a Laravel command.

Usually disk size shouldn't be a problem, but when you have to use FTP to deploy or have very limited disk space, you can use this package to cut down the vendor directory by deleting files that aren't used in production (tests/docs etc).

Note: This package is still experimental, usage in production is not recommended. In normal circumstances, you shouldn't care about disk space! Try deploying with SSH/Git instead.

Install

Require this package in your composer.json:

  "rebelcode/composer-cleanup-plugin": "^0.1"

Adding rules

Please submit a PR to src/CleanupRules.php to add more rules for packages. Make sure you test them first, sometimes tests dirs are classmapped and will error when deleted.

About

Composer plugin for cleaning up unused files from packages.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%