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

Abdo Ali's avatar

Laravel Jetstream/Inertia guard customization

I'm trying to make another guard with different table (admin ) for laravel jetstream/inertia authentication any idea about customization in jetstream/inertia files to add the new table with full properites (login - forget pass - ... etc )

0 likes
1 reply
jlrdw's avatar

Normally just have one users table and use authorization to determine what the logged in user can or cannot do.

Also @Jeffreyway has several videos covering authorization and how to implement. Source code is available free on Github.

Please or to participate in this conversation.