For information I've posted a new repository with a simple Laravel 5.3 blog example for tutorial with authentication (with email confirmation), roles, articles, tags, search, comments, messages, simple localization, administration, multi users files management, application tests...
Nice :-) On a somewhat related note, it's a bit odd that the quickstart guides have gone awol from the 5.3 docs - that was quite handy to point people at.
Finally had a chance to go over some of the code, WOW greeeaat. Plus good Repository examples. Though I don't use them, still excellent learning material for anyone. Makes me want to give a Repository a try just for learning.
If I want to use Login, ForgotPassword, Register and ResetPassword with AJAX, which will be the best way to do it?, could you give me an example or say me what part of the code I need modify in Controllers/Auth/, please.