Level 102
Those are blade components https://laravel.com/docs/9.x/blade#components
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am new to Laravel. I got a Laravel code that uses x-forms syntax in blade templates like this:
<x-forms.select fieldId="locale" :fieldLabel="__lang"
fieldName="locale" search="true">
...
</x-forms.select>
I am confused about what is it and how to disable the select element for example. If I just add disabled to x-forms.select tag - it does not work properly.
Please or to participate in this conversation.