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

jaracas's avatar

jaracas wrote a reply+100 XP

6mos ago

Add logic to redirect to different pages on login in Laravel 12 using the built-in auth?

I think I fixed it, however Debugbar still says it's hitting /dashboard before /characters/creator.

For people coming here in the future, I had to add:

return Inertia::render('game/character/Create'); 

Then make the vue, add some content to it, then run npm build