Laravel 5 file validation is unable to validate Microsoft Excel 97-2003 Worksheets with XLS extensio...
I noticed CSRF Middleware is applied to all POST and DELETE requests by default. Is there anyway to...
Hi Forge stops at "Making Final Server Tweaks." and nothing happens after that. Any idea h...
I have a Mysql server installed on my Windows machine and i installed Homestead. I want to connect t...
How can i get a Job instance to delete a job from queue? I know how to delete it in my job Handler m...
jimgwhit said: Sorry to inject here, but you have marked as solution but there is still a question....
Yep, My fault. Actually i was using a simple MySQL example to test this: $mysqli = new mysqli("...
It works without a port (I also have a server on 3306) but with port 3308 i get this error: Unknown...
I found a way to do this (For SQS): $sqs_instance=Queue::getSqs(); $sqs_instance->delete($job_id)...
The Laravel portal for problem solving, knowledge sharing and community building.
The community