Support the ongoing development of Laravel.io →

opilo

Joined 20 Apr 2014

Statistics

Threads 5
Replies 4
Solutions 1
Articles 0
posted 9 years ago

L5 XLS validation issue

Laravel 5 file validation is unable to validate Microsoft Excel 97-2003 Worksheets with XLS extensio...

0 Likes
0 Replies
posted 9 years ago

Disabling the CSRF Middleware in Laravel 5

I noticed CSRF Middleware is applied to all POST and DELETE requests by default. Is there anyway to...

0 Likes
36 Replies
posted 10 years ago

Forge stuck at "Making Final Server Tweaks.", any idea?

Hi Forge stops at "Making Final Server Tweaks." and nothing happens after that. Any idea h...

0 Likes
1 Replies
posted 10 years ago

Connect to Mysql server on local machine from VirtualMachine

I have a Mysql server installed on my Windows machine and i installed Homestead. I want to connect t...

0 Likes
4 Replies
Solved
posted 10 years ago

Deleting a Job from queue outside of worker

How can i get a Job instance to delete a job from queue? I know how to delete it in my job Handler m...

0 Likes
4 Replies
Solved
replied 9 years ago

Disabling the CSRF Middleware in Laravel 5

jimgwhit said: Sorry to inject here, but you have marked as solution but there is still a question....

0 Likes
replied 10 years ago

Connect to Mysql server on local machine from VirtualMachine

Yep, My fault. Actually i was using a simple MySQL example to test this: $mysqli = new mysqli("...

0 Likes
replied 10 years ago

Connect to Mysql server on local machine from VirtualMachine

It works without a port (I also have a server on 3306) but with port 3308 i get this error: Unknown...

0 Likes
replied 10 years ago

Deleting a Job from queue outside of worker

I found a way to do this (For SQS): $sqs_instance=Queue::getSqs(); $sqs_instance->delete($job_id)...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.