I have a queuing system with my workers written in Laravel 4.2. I am getting a JOB_ID not found exce...
this is my code in kernel.php : $schedule->command('khabaronline'); khabaronline command is a cus...
I need to integrate a Payment API from an Austrian service provider into my project. Unfortunately t...
I need to run a number of scheduled jobs at specific times. It is important they run at those times,...
Hi everyone, I hope I'm in the right place. One of the most talked-about subjects is the comparison...
I have 2 years of experience in many frameworks such as cakePhp, Core, OOP, CodeIgnitor including Ma...
I am just wondering if there is a Laravel (5.0) best practice for this one. I have it implemented as...
Soon a new social network with dual platforms will launch that has been developed with Laravel (Lume...
I have to do a foreach tests on an array and send a reponse for every test. The problem is that the...
I have a controller where URL::to('/') returns the base url of my website. However, when I use URL::...
Hey all, Firstly, apologies for posting a question not directly related to Laravel / development. Ho...
Hey everyone! I just want to introduce you to my newest project called Laramap.com :) Laramap is a p...
HI Ive tried to use the command bus in my package and it keeps giving me errors saying that the hand...
Hi guys, I am having some issues with L5 with a sqs queue. I want the job to perform in the backgrou...
Hi, you know any script or plugin that allows you to print a page without the sidebar on laravel?
How to add job again in queue if certain condition met in handle method of laravel command or stop a...
I have tried both ironmq and beanstalkd. This code in the routes: Route::get('test-queue', function(...
Hello! Im playing with Laravel 5 and trying to make a Queue asynchronously with beanstalkd or redis-...
Hello everyone, I just finished a project http://larasocial.info. It's a mini social network with so...
Right now I have a command dispatch inside my controller which triggers my command, executes the han...
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