Te-cho / compile-blades

For Laravel 5.* views, where i've noticed that if you nest too much views, a performance drop happens. so i built this console command based package, that flatten the view into one file for production performance improvement.
https://packagist.org/packages/te-cho/compile-blades
MIT License
64 stars 23 forks source link

Auto load command and serviceProvider #5

Open abidulrmdn opened 6 years ago

abidulrmdn commented 6 years ago

try to avoid the need to add manually the service provider and command. and auto do that in the composer install process

abidulrmdn commented 6 years ago

https://laravel.com/docs/5.7/packages