I have an app that will loop through a lot of domains and run CURL on them. With Laravel's Queues us...
Perhaps this question relates to some but not all packages. Sorry its a bit long. So many package in...
Using plain old PHP mail() in my code I can send email OK. If I switch to using Laravels Mail class,...
How does one call a controller method from within the Queue class? This works in other Controllers:...
This works for me when the database exists and other failures occur (e.g. table does not exist): App...
This works, so I will try this, thanks a lot for the help... App::error(function (\Illuminate\Databa...
Hi deringer Adding an App:error catch in global.php looks like a suitable method. But using the foll...
The thing is the getter should be nothing to do with setter. Also in my controller, I use different...
Capital Y will show a 4 digit year, but I would like to display a 2 digit year. The situation is thi...
The Laravel portal for problem solving, knowledge sharing and community building.