goszowski / laravel-vendor-minify
A vendor minify package, to remove tests and documentation and minifing all php files to save space
Package info
github.com/goszowski/laravel-vendor-minify
pkg:composer/goszowski/laravel-vendor-minify
v1.0.3
2019-10-04 18:46 UTC
Requires
- php: ^7.1.3
- illuminate/console: 6.x
- illuminate/filesystem: 6.x
- illuminate/support: 6.x
- symfony/finder: ^4.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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