User.php public function favorites() { return $this->belongsToMany('Link')->wi...
Hi, I'm developping an application with Oracle 10g as database. In ny code, i'm creation a model and...
I have 2 table user and usedetail. Having relationship(1-to-many) and working fine. But problem is w...
Hello everyone! I have a little problem with Polymorphic relationships en Laravel 5.2. For example,...
I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...
My regular query is like this : SELECT e.field1, b.field2, c.field3, d.field4, a.field5 , a.field6...
Am implementing full-text search with Laravel Scout and TNTSearch, everything is working fine aside...
im using laravel 4.2... idk this problem, but in localhost is running when in hosting im get error ....
I'm migrating a platform builded over Yii Framework 1.1.16 to Laravel 5.3. I would like to know if t...
Hi , I want to execute below command , when someone submit the post mean store function of postcontr...
I'm wondering how to get the correct id on join without specifying the table or 'as' in the select p...
I have a set of relationships that looks like this: The users and agencies have a lot of data store...
Hello, I am trying to cache a query which is ordered by RAND() in my category->questions() relati...
Dear Laravel community, coming from other Web frameworks like Django, Ruby on Rails, etc., I have fo...
Need suggestions for a Q&A database design that I will use to interview small business owners. B...
Hi, I've been using Carbon for a while (and it's great) but I'm wondering if there's a similar tool...
So, this is weird. I have been implementing ontoMany relationships between users and various data se...
$this->user->with([ 'organisations', 'organisations.posts' ])->get() The result of this is...
I have a date that's being selected in a datepicker in the following format using AM/PM Y-m-d g:i A...
Hi! I've got this exception when I van to save Ő character into the database. What should I do? SQLS...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community