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

Fix the duplicated 'use' issue, when compiling multiple level #6

Closed abidulrmdn closed 6 years ago

abidulrmdn commented 6 years ago

when two include contain the same class 'used', then this would cause issues as a duplicate use.

abidulrmdn commented 6 years ago

duplicated