Mar 23, 2025
0
Level 27
Custom blade directive that calls/insert another directive
- I just added https://github.com/spatie/laravel-cookie-consent
- It requires me to add
@include('cookie-consent::index')to my blade - I have many apps, so it will be quite troublesome to add them 1 by 1
- But all my apps do call a
@specialblade directive
So, is there a way modify my @special directive to also add @include('cookie-consent::index') and in the same vine, run other blade directives?
Please or to participate in this conversation.