jaeggid liked a comment+100 XP
1w ago
@jaeggid That Laracasts series is a bit redundant now that Passkeys are natively supported by Laravel via a first-party package.
jaeggid wrote a reply+100 XP
1w ago
There is now a Laracasts tutorial available: https://laracasts.com/series/add-passkeys-to-a-laravel-app
Please also take note of the recently announced update in the Laravel changelog: https://laravel.com/docs/changelog#april-2026-passkeys
jaeggid wrote a comment+100 XP
1w ago
Hello Luke @lukedowning19
First of all, thank you for the existing course — I’ve really enjoyed it and found it extremely helpful!
I was wondering if you might consider adding another lesson. Since April 2026, Laravel has added support for passkeys: https://laravel.com/docs/changelog#april-2026-passkeys
jaeggid liked a comment+100 XP
1w ago
Dude miss you...!
jaeggid liked a comment+100 XP
3w ago
Don't set is_admin as fillable. This is exactly the type of field you want to protect from mass assignment.
jaeggid wrote a reply+100 XP
2mos 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 liked a comment+100 XP
4mos ago
@deraafmedia Haha, no a bit under the weather though. My voice is a little rough for sure.