Does anyone who works with adminlte in Laravel know how to activate the "register" route once logged in to the system? I need that only an administrator user can register new users.
Does anyone who works with adminlte in Laravel know how to activate the "register" route once logged in to the system? I need that only an administrator user can register new users.
In the end it was all about changing the following line in RegisterController.php, from guest to auth