mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
661 B
661 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Customize the page that users are redirected to after registration, by changing a value in the Fortify config | 1456649619559968773 | weekly-thread-2021-44 | sharik_709 |
|
2021-11-05T15:48:27+00:00 | customize-the-page-that-users-are-redirected-to-after-registration-by-changing-a-value-in-the-fortify-config |
When using Jetstream Fortify, If you would like to take the user to a different page after registration instead of the email verifying page. Then you could add an array inside config/fortify.php like shown below #Laravel