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

jaeggid's avatar

jaeggid liked a comment+100 XP

1w ago

is there already an good implentation of passkey's in laravel?

@jaeggid That Laracasts series is a bit redundant now that Passkeys are natively supported by Laravel via a first-party package.

jaeggid's avatar

jaeggid wrote a reply+100 XP

1w ago

is there already an good implentation of passkey's in laravel?

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's avatar

jaeggid wrote a comment+100 XP

1w ago

Add Passkeys to a Laravel App: Ep 7, Upgrading to Webauthn Framework V5!

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's avatar

jaeggid liked a comment+100 XP

1w ago

jaeggid's avatar

jaeggid liked a comment+100 XP

3w ago

Mastering Permissions in Laravel: Ep 1, The Admin Column

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

2mos ago

Passing attributes from blade component to subcomponents

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

4mos ago

Jeffrey's Larabits: Ep 51, Build Your First Telegram Bot In Record Time

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