Is there a way to pass data (that is not a route parameter but just hardcoded data) to a controller...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
Short version I have a basic polymorphic relation between a Note model and many things, including a...
Hi there, I am trying to get access to the HTTP request in my route model binding closure. This is b...
Hi there, My app requires that different data is stored in the session for different lengths of time...
Oh believe me, I would love to be able to convert all our database field values to just use the full...
Also, I'd like to reiterate the fact that when I did a DB::getQueryLog(); during the eager loading s...
Hey thanks for the response! That $morphClass is actually necessary for me. I can explain that in a...
Your logout line has a typo. Aurh::logout(); Should be: Auth:logout();
Hey, that does the trick! Thank you very much!
The Laravel portal for problem solving, knowledge sharing and community building.