There have been some improvements to Laravel Fortify since I recorded the videos in this series, for example, now you are able to disable views via config. Now Laravel Fortify has official documentation on the Laravel Docs site that includes some additional info it did not have earlier. Also seems like there was an undocumented feature that allows you to specify a prefix to the generated routes. So with these two improvements combined, I was able to get rid of the routes that we added in the api.php routes file in this series & improve the code a bit. This removes the need of having to maintain these routes yourself, instead, you just use Laravel's routes.
- Category
- Program With Gio
- Tags
- laravel, laravel sanctum, laravel fortify

Be the first to comment