I'm having trouble creating a custom exception class and handler. You can see the code and details o...
How would I go about calling a model using a dynamic variable? I thought $nameOfModel::all() would w...
I have access to a secure xml feed and I want to know what I should add to the function below to mak...
I don't know how to build an eloquent query for the following: SELECT * FROM table WHERE column1 = v...
I've gone through the documentation for scheduling (https://laravel.com/docs/5.2/scheduling) and I u...
I can't find any instance of a handle() method in any of the classes relevant to the App\Exceptions\...
I figured out the problem. There are instances when the array passed to the function only has 1 item...
/bump This is my full function. /** * Fetch dealer id from the database * * @param $d...
So I finally tested this and it seems it doesn't work. I'm guessing the subquery considers the $acco...
Thanks ftiersch. That looks like it'll work. I'll know for sure once I test it.
The Laravel portal for problem solving, knowledge sharing and community building.
The community