Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

CokraMehinka's avatar

How to use Vue components within a blade template in Laravel Nova 4

Any ideas on how to use Vue components within Laravel Nova 4 blade files? In the example below I was testing the <Link> component in the help method for a nova resource field. E.g

Nova Resource:

        Text::make('Test Field', 'test')

            ->help(view('nova.more-info')->render()),

nova.more-info blade file:

Help

The above just displays the https://echat.date unrendered Link tag in the browser with no errors. However the same code/ component renders as expected in a custom tool or field etc (.vue file).

Thank you for your time.

0 likes
0 replies

Please or to participate in this conversation.