I'm trying to find information on creating a custom authentication driver in Laravel 5, but haven't...
I'm having trouble getting the Laravel password reset functionality to work. I think the issue stems...
I'm having weird issues with Redirect:back() or Redirect::action('Controller@Method') It's happening...
Hi, When using the redirect method, it takes me to a white page with the URL printed on the screen t...
I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...
I'm not sure how to post it so it's helpful. There is a lot going on in the view. I'm not able to re...
Is it possible I just need to update my first route to be grouped by domain as well? I currently hav...
So I tested another route, and it works. Of these two: Route::get('crm', function() { return 'Hello...
Thanks for the reply, gustavor. I didn't find that to be the case with the other site that I have wo...
The Laravel portal for problem solving, knowledge sharing and community building.