goszowski/laravel-vendor-minify

A vendor minify package, to remove tests and documentation and minifing all php files to save space
3,624 80
Install
composer require goszowski/laravel-vendor-minify
Latest Version:v1.0.3
PHP:^7.1.3
License:MIT
Last Updated:Oct 4, 2019
Links: GitHub  ·  Packagist
Maintainer: goszowski

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

Related Packages

eusonlito/laravel-packer

A package for pack css and javascript files

18,874 61
fisharebest/laravel-assets

Asset management for Laravel

8,126 20
fitztrev/laravel-html-minify

Minifies the HTML output of Laravel 4 applications

214,497 415
stolz/assets

An ultra-simple-to-use assets management library

534,607 288