scratcher28 / laravel-vendor-minify
A vendor minify package, to remove tests and documentation and minifing all php files to save space
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
pkg:composer/scratcher28/laravel-vendor-minify
Requires
- php: ^7.1.3
- illuminate/console: dev-master
- illuminate/filesystem: dev-master
- illuminate/support: dev-master
- symfony/finder: ^4.2
This package is not auto-updated.
Last update: 2025-09-30 15:21:44 UTC
README
Laravel Vendor Cleanup and Minify Commands
1) Remove tests, documentation, .gitignore files from the vendor dir. 2) Minify all php files in the vendor dir
Require this package:
composer require goszowski/laravel-vendor-minify
You can now remove all the docs/tests/examples/build scripts throught artisan
php artisan vendor:cleanup
And You can now minify all php files throught artisan
php artisan vendor:minify
Thanks Barry vd. Heuvel and other Contributors for beautiful package to cleanup Laravel 4.2
License
The Laravel Vendor Minify Command is open-sourced software licensed under the MIT license