File tree Expand file tree Collapse file tree 3 files changed +145
-94
lines changed Expand file tree Collapse file tree 3 files changed +145
-94
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class Kernel extends HttpKernel
2121 */
2222 protected $ middleware = [
2323 \Illuminate \Foundation \Http \Middleware \CheckForMaintenanceMode::class,
24+ \RenatoMarinho \LaravelBladeMinify \Middleware \Minify::class,
2425 ];
2526
2627 /**
Original file line number Diff line number Diff line change 2424 ],
2525 "require" : {
2626 "php" : " >=7.1" ,
27- "laravel/framework" : " 5.4.*" ,
28- "tymon/jwt-auth" : " 0.5.*" ,
29- "phploc/phploc" : " *" ,
27+ "barryvdh/laravel-debugbar" : " ^2.2" ,
28+ "doctrine/dbal" : " ~2.5" ,
3029 "intervention/image" : " ^2.3" ,
31- "socialiteproviders/gitlab " : " ^3.0 " ,
30+ "laravel/framework " : " 5.4.* " ,
3231 "nesbot/carbon" : " ^1.21" ,
33- "doctrine/dbal " : " ~2.5 " ,
34- "barryvdh /laravel-debugbar " : " ^2.2 " ,
32+ "phploc/phploc " : " * " ,
33+ "renatomarinho /laravel-blade-minify " : " ^1.0 " ,
3534 "renatomarinho/laravel-multi-language" : " >=1.0.0" ,
36- "spatie/laravel-fractal" : " ^4.0"
35+ "socialiteproviders/gitlab" : " ^3.0" ,
36+ "spatie/laravel-fractal" : " ^4.0" ,
37+ "tymon/jwt-auth" : " 0.5.*"
3738 },
3839 "require-dev" : {
3940 "fzaninotto/faker" : " ~1.4" ,
You can’t perform that action at this time.
0 commit comments