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...
After trying to find a video on laracasts.com explaining this I realised "email:send" is s...
Ok, so I enclosed my App::make() in var_dump() and got a response: class Project\Frontend\Repo\Lead\...
Hi MateusAzevedo Thanks. I just realised I was being incredibly blonde trying to use date() to forma...
You, Sir, are a rockstar. That did the trick. Thanks.
I've tried adding $data to the function set as the 3rd parameter which hasn't helped Mail::queue(arr...
The Laravel portal for problem solving, knowledge sharing and community building.