laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.63k stars 299 forks source link

added publish fortify routes #550

Closed iMohamedSheta closed 5 months ago

iMohamedSheta commented 5 months ago

Added publishing configuration for Fortify routes. Now, the routes defined in routes/routes.php will be published to routes/fortify.php using the 'fortify-routes' tag.

taylorotwell commented 5 months ago

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions!