Thursday, March 9, 2017

Laravel 5.4 Disable Register Route

I'm trying to disable the register route on my application which is running Laravel 5.4.

In my routes file I only have the Auth::routes();

Is there a way to disable the register route?



via Dev.Wol

Advertisement