goszowski / laravel-vendor-minify by goszowski

A vendor minify package, to remove tests and documentation and minifing all php files to save space
3,618
80
5
Package Data
Maintainer Username: goszowski
Maintainer Contact: goszowski@gmail.com (Jaroslaw Goszowski)
Package Create Date: 2019-05-03
Package Last Update: 2019-10-04
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:26:22
Package Statistics
Total Downloads: 3,618
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 80
Total Watchers: 5
Total Forks: 4
Total Open Issues: 2

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