Skip to content
Discussion options

You must be logged in to vote

Looks like, under the hood, Jetstream utilizes laravel/fortify. There, the source RegisteredUserController defers to the class "App\Actions\Fortify\CreateNewUser". You can see the file here CreateNewUser.php. After Jetstream is installed, that file will be stubbed out to "App\Actions\Fortify". The validation and creation logic is in that class and can be customized however you need.

If you need to change the registration routes or make other customizations that can't be made in that file, you can disable registration in the fortify config file and add your own custom route and controller.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mindifest
Comment options

Answer selected by mindifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants