LaravelPackages.net
Acme Inc.
Toggle sidebar
scratcher28/laravel-vendor-minify

A vendor minify package, to remove tests and documentation and minifing all php files to save space

2
1
1.0.6
About scratcher28/laravel-vendor-minify

scratcher28/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 1 GitHub stars and 2 downloads on Packagist (latest version 1.0.6). Install it with composer require scratcher28/laravel-vendor-minify. Discover more Laravel packages by scratcher28 or browse all Laravel packages to compare alternatives.

Last updated

Latest Stable Version Total Downloads License

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

Star History Chart