I have two Models User and UserDetails and i want to search users by providing search creteria of us...
any parallel function to Job::failing() that is invoked when the job succeeds? I want to use it to l...
Hi, I currently use Database driver for Queues, Laravel 5.1. A client posts a request (time-consumin...
I tried to follow a guide from laracasts. Event broadcasting works but there is inexplicable delay b...
Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...
I am struggling with something and I really need some help The web application I am putting it toget...
I want to give the html content instead of the path to template in Mail::send("emails.template....
Hello Everyone, i want to Synchronize my Users with a other System. When a new user registers, i wan...
Hi guys, this is more a architecture question. I'm about to implement a bunch of Import implementati...
Hi guys, Am trying to implement a mail queue on my godaddy shared hosting using IronMQ but am confus...
I'm using Laravel 4.2 with the Mandrill driver, and beanstalkd as queue driver, all on a Forge serve...
here is my case i need to send multiple emails i created a command implements ShouldBeQueued to send...
Hi. I'm trying to set up a web application in Laravel 5.1 that uses queued jobs, using the database...
Hi there, I tried to create a queue using beanstalkd. But I always got error message: Class 'Pheanst...
I am using laravel 5. i create a queue job which is used to post data to third party application usi...
I often have long-running beanstalkd queues and although looking at the logs the queue has completed...
I'm using Amazon's SQS and have added a message via a 3rd party to the queue. I setup a Laravel proj...
Hello. In my app I have a form which allow the user to choose/insert: date/time, list of emails and...
This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...
Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...
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