@bengal Can you double confirm that Registration feature is enable?
Check in the config/fortify.php file that the following feature is not commented out.
'features' => [
Features::registration(),
],
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I installed Laravel 10 using the Fortify package and can't figure out how to get it to work with Postman. I did all the setup according to the documentation, but I get the error: “The route register could not be found.” The php artisan route:list command shows that the route is: POST register .... Laravel\Fortify › RegisteredUserController@store.
How to make it work?
Please or to participate in this conversation.