The default queue driver is "sync" - this runs the events straight away (zero set up). H...
Because you're returning inside the loop, so after the first $product->save() it returns the resp...
Do you have a different environments configured? Like one for dev and one for prod? php artisan migr...
The default PHP version that comes with Mac OS X does not have Mcrypt enabled, which is required for...
You might need to give it execute permission: sudo chmod +x /usr/local/bin/laravel
The Laravel portal for problem solving, knowledge sharing and community building.
The community