-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I think this would be more aligned with tempest and would allow users to do either:
#[Get('/login')]
public function loginView(): Component {
return inertia('auth/login');
}
// or
#[Get('/register')]
public function registerView(): Component {
return new Component('auth/register', props: [...])
}I'm not sure if this is possible yet, but I think it would make this more tempesty, (new Json(), new Forbidden() etc)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested