Support the ongoing development of Laravel.io →

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 9 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 9 years ago

Memcached sessions not persisting

yep, issue still exists

0 Likes
replied 9 years ago

Sessions not saving when choose Memcached

@SimonErich, no I also try ask at github: https://github.com/laravel/framework/issues/6272

0 Likes
replied 9 years ago

Multi app instance

maybe in routes.php u can use: switch($host) { case ('site1.com'): require '/app1/routes.php' case (...

0 Likes
replied 9 years ago
0 Likes
replied 9 years ago

Sessions not saving when choose Memcached

hm, here is source of Laravel /** * Put a key / value pair or array of key / value pairs in the se...

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.