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...
@ayyobro, hi. Yes, I'm using default behaivor, here is my code: Session::put([ 'user_id' => $use...
yes, that was a problem, here response: { "error": false, "urls": [...
The Laravel portal for problem solving, knowledge sharing and community building.