jaeggid's avatar

jaeggid liked a comment+100 XP

4d ago

Don't set is_admin as fillable. This is exactly the type of field you want to protect from mass assignment.

jaeggid's avatar

jaeggid wrote a reply+100 XP

1mo ago

In the meantime, it is even possible to use a short version:

{{— Short attribute syntax… —}}
<x-profile :$attributes />

{{— Is equivalent to… —}}
<x-profile :attributes="$attributes" />

Source: https://laravel.com/docs/12.x/blade#short-attribute-syntax

jaeggid's avatar

jaeggid liked a comment+100 XP

3mos ago

@deraafmedia Haha, no a bit under the weather though. My voice is a little rough for sure.