This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Fortify::$registersRoutes always return false #6631
Labels
needs more info
More information is required
Fortify Version
1.25.1
Laravel Version
11
PHP Version
8.3
Database Driver & Version
sail83 with mysql
Description
In our application we were using
Fortify::ignoreRoutes();
inFortifyServiceProvider
. Due to some upgrade, we tried to use the standard Fortify routes but, deleting theFortify::ignoreRoutes();
the register and the others default routes were not working. After an investigation, we notice thatFortify::$registersRoutes
is returningfalse
.Someone have ideas why?
Thanks
Steps To Reproduce
We tried with laravel 11 clean installation, and we don't notice the issue, we can't reproduce it.
The text was updated successfully, but these errors were encountered: