laracoft's avatar
Level 27

Custom blade directive that calls/insert another directive

  1. I just added https://github.com/spatie/laravel-cookie-consent
  2. It requires me to add @include('cookie-consent::index') to my blade
  3. I have many apps, so it will be quite troublesome to add them 1 by 1
  4. But all my apps do call a @special blade 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?

0 likes
0 replies

Please or to participate in this conversation.