I am terrible at explaining so I will do my best in point form: Each page queries a list of data Us...
Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...
Hi, I am building a report system and we need to make overviews, statistics and others like that. Us...
Hi everybody i have two model which called Department and Course, every dept has many courses, and c...
Hey guys, I am going to build a new web application, and I have a question about the architecture of...
I'm planning to cache data less than 1 minute, how could I do?
Hi everybody, I'm currently scripting a website were people can rate beers, nothing big just for the...
Hello, I am trying to export to excel the following....but i am getting an error: "Call to a me...
Hi guys, I have 2 models: Player and Team. The relationship is: Team has many players. So, in my tea...
Let's say I have fetched users from my users table into $users with the Eloquent ORM. Is there a way...
Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...
Hey guys! Scratching my head a bit here. I'm hoping you lot can point out what I'm doing wrong. I ha...
Hi guys, I'm having a hard time writing these two queries into one. $topic = Topic::where('slug', '=...
I have defined the following two Models: Question.php: <?php class Question extends \Eloquent {...
Running into this odd little issue here with a ORM query. Let me first define how my models are stru...
Hello everyone, I'm asking if Laravel has any API for Inheritance, or if we can use one to one relat...
Hello! I need to do a search by criteria... I have many products, so.. need to show show only the p...
Hey folks, i don't know if this is maybe a bug. I have a User and links. One User has many links. I...
Hello everybody, I have a list of topics with a toggle On/Off to get a notification for the topic or...
Suppose that We have a user that has many forum posts, and we want to get paginated user posts : Whi...
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