day 1 laracon eu done.. 1,000 attendees, insane.. see you tomorrow! laravel forever..
image

5

Laravel devs — how do you handle mass assignment in Eloquent?

Use $fillable (explicit allow)
Use $guarded (except id, etc.)
Model::unguarded() globally

2 votes · Ends 20 hours from now · Sign in to vote

6

Laravel 13 got one more new attribute: `#[Authorize] `👀

I have mixed feelings about other attributes, but this one I like.

Authorization feels cleaner, more structured, and easier to reason about.

This is a good addition 👍
image

6