Level 75
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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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 )
Please or to participate in this conversation.