I have Email model with: public function getEmailJsonAttribute($value) { return $value ? json_de...
I done: sudo apt-get install memcached sudo apt-get install php5-memcached sudo service apache2 res...
I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...
From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...
Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...
@SimonErich, no I also try ask at github: https://github.com/laravel/framework/issues/6272
maybe in routes.php u can use: switch($host) { case ('site1.com'): require '/app1/routes.php' case (...
hm, here is source of Laravel /** * Put a key / value pair or array of key / value pairs in the se...
The Laravel portal for problem solving, knowledge sharing and community building.
The community