I am trying to disable the register route on my application which is running in Laravel 5.4.
In my routes file, I have only the
Auth::routes();
Yes, there is a way
Remote that route from your web.php in your routes directory.
That route is what controls registration.