Hello, I started working with Laravel 5.0 very soon and I have a slight doubt, by default Laravel 5.0 already comes with the Authentication and Registry part implemented, but I noticed that when I am logged in, I can not register No one.
I'd like to be able to register new users only when I'm logged in.
Ps. I've done a lot of research on the subject, I've been browsing AuthController but I did not have much success, I know it's a very quiet thing but I can not find a solution = /