Skip to content

Remove tests & documentation from the vendor dir and minify all php files

Notifications You must be signed in to change notification settings

goszowski/laravel-vendor-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Remove tests & documentation from the vendor dir and minify all php files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages