Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Fix home route #1432

Merged
merged 1 commit into from
Jan 17, 2024
Merged

[4.x] Fix home route #1432

merged 1 commit into from
Jan 17, 2024

Conversation

jessarcher
Copy link
Member

In Fortify 1.20.0, the default home config value changed from RouteServiceProvider::HOME to /home in preparation for Laravel 11 (laravel/fortify@2f84969).

This has created an issue in fresh Jetstream installs that will now attempt to redirect to /home (which doesn't exist) instead of /dashboard.

Jetstream's master branch has already updated the installer to update config/fortify.php instead of RouteServiceProvider.php. This PR is just a temporary fix to ensure both are updated for the time being.

@taylorotwell taylorotwell merged commit 7a11a4f into 4.x Jan 17, 2024
10 checks passed
@taylorotwell taylorotwell deleted the fix-home-route branch January 17, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants