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...

Likes Replies
posted 8 years ago

Request::method() throws exception

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

Likes 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...

Likes Replies
Solved

Exception in AJAX response

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

Likes Replies
posted 9 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...

Likes Replies
replied 9 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.

© 2023 Laravel.io - All rights reserved.