HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom directive doesn't compile

spmsupun opened this issue · comments

Entrust has few directive call @Permission("..") @ROLE @ability .. etc but those directive doesn't compile while i use HTMLMin

https://github.com/Zizaco/entrust#blade-templates

p.s
I also register HTMLMin\HTMLMin\HTMLMinServiceProvider::class, first too

Can only confirm.
Custom directives registered in the app/Providers/AppServiceProvider.php file also don't work.

Can also confirm. Laravel 5.6, zizaco/entrust ^1.9, htmlmin/htmlmin ^5.6.

EDIT: Extremely annoyingly, these directives seemingly won't compile even if I have the given file in my ignore config. So it's either custom directives, or HTMLmin, for an entire application.