Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
Probably DB::table('users')->get() would be a little faster since it omits all the Model logic (m...
Hey, I think you confused the relationships here. If User - UniversityProgramMajor is a 1:n relation...
I switched to the second version because I like to use FormRequests as Validation. Since I typehint...
You need the "belongsToMany" relationship. public function companies() { return $this-...
Ah, I get it. I guess when you move the file the original file is gone (from the tmp folder) so you...
The Laravel portal for problem solving, knowledge sharing and community building.