A vendor minify package, to remove tests and documentation and minifing all php files to save space
goszowski/laravel-vendor-minify is a Laravel package for a vendor minify package, to remove tests and documentation and minifing all php files to save space.
It currently has 80 GitHub stars and 3.624 downloads on Packagist (latest version v1.0.3).
Install it with composer require goszowski/laravel-vendor-minify.
Discover more Laravel packages by goszowski
or browse all Laravel packages to compare alternatives.
Last updated
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
The Laravel Vendor Minify Command is open-sourced software licensed under the MIT license