Support the ongoing development of Laravel.io →
paveleremin

paveleremin

Joined 25 Jul 2014

Statistics

Threads 5
Replies 9
Solutions 0
Articles 0

Mutators problem

I have Email model with: public function getEmailJsonAttribute($value) { return $value ? json_de...

0 Likes
1 Replies
Solved

Sessions not saving when choose Memcached

I done: sudo apt-get install memcached sudo apt-get install php5-memcached sudo service apache2 res...

0 Likes
8 Replies

In mysql.log only PREPARE, why?

I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...

0 Likes
0 Replies

(!) Problem with boolean attr

From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...

0 Likes
2 Replies
posted 11 years ago

How specify columns with using ::with() ?

Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...

0 Likes
3 Replies
Solved
replied 11 years ago

Sessions not saving when choose Memcached

@ayyobro, hi. Yes, I'm using default behaivor, here is my code: Session::put([ 'user_id' => $use...

0 Likes
replied 11 years ago

Memcached sessions not persisting

I have same problem. You solved it?

0 Likes
replied 11 years ago
0 Likes
replied 11 years ago

How specify columns with using ::with() ?

yes, that was a problem, here response: { "error": false, "urls": [...

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.

© 2026 Laravel.io - All rights reserved.