Support the ongoing development of Laravel.io →

arnaslu

Joined 7 Apr 2014

Statistics

Threads 5
Replies 1
Solutions 0
Articles 0

Session cookie is valid even when it should be expired using lifetime setting

I noticed when calling resource using curl with cookie, Laravel will authenticate user even when ses...

0 Likes
0 Replies
posted 9 years ago

Request::method() throws exception

Laravel documentation says I can use $method = Request::method(); to get request method (POST, GET,...

0 Likes
0 Replies
posted 9 years ago

Repository function parameters, id vs object

Which is considered best practice, passing an object to repository function or object ID? class User...

0 Likes
7 Replies
Solved

Exception in AJAX response

When working with AJAX method and "debug" set to "true", Laravel returns nice JS...

0 Likes
1 Replies
posted 10 years ago

Queue with large data set

How do you add large amounts of messages to the queue? If I run Queue:push() in a loop it looks like...

0 Likes
3 Replies
replied 10 years ago

Queue with large data set

awestrope said: Can you just queue the firing of the function and then when that queue job fires ru...

0 Likes

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.