Solve your laravel problems.
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?