Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...
Hi All. I started learning Laravel about 2 weeks back and I guess this is amazing. I have a requirem...
Hello I'm using homestead as a basis and just started to use queues + database driver I've setup sup...
I originally posted this on the Laracast forums but didn't get a response. Then I thought this migh...
just wondering if the queue in laravel is automatically multi threaded in that it does not matter ho...
I have a queuing system with my workers written in Laravel 4.2. I am getting a JOB_ID not found exce...
While working on a custom integration, i need to trigger emails / sms after some action in my php ap...
So I'm checking to see that a "tag" has expired 7 days ago. But I also want to make sure t...
Hi, I'm trying to send emails with queues using Laravel 4.2, beanstalkd and mandrill via Forge/Digit...
class UserController extends \BaseController { public function reminder(){ if(Auth::check()){...
Hi, I want to extend PasswordBroker to put the reset mails to the queue. I picture simply creating a...
I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...
can you help me ? I don't want any recipent see other emails my code : Mail::queue('emails.msg', $vi...
I need to run a number of scheduled jobs at specific times. It is important they run at those times,...
I've been working on this website for a while and just recently finished and wanted to "go live...
I call $this->dispatch(new GenerateEventTotals(3)); from within a controller and 2 jobs for the s...
A website hosted on cpanel shared Linux server without command line access. please tell me how to u...
I have a queue worker which rebuilds the cache for some 50 routes every time a user submits or updat...
Hello everyone, I'm building an application for a quiz site using laravel 4 there is a module for t...
How can i use controller method in scheduling rather than command?
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community