Hi, I have this code: public function clansearch(){ if(((isset($_GET['clanname'])) &&...
Hello, I've a question. I have a database, which looks like this (without unnecessary attributes): U...
Here are my models: class Group extends Eloquent { public function members() { return $...
Hi guys, I was trying to get some work done today, but I got stuck on something. I've got 3 tables:...
Hey guys, I have been wanting to implement fast and easy the index and the show methods for my neste...
Note: this is a crosspost of: http://stackoverflow.com/questions/33674198/laravel-eloquent-eager-loa...
Hi, I fetch data from database, then i have to sort it that way: $document->details = $document-...
I have a Favourite Model which will store many different types of favourites (favourite quiz, questi...
I didn't see in the documentation how to use eloquent for querys in the pivot table. Having: posts...
Hello, When I need details tables without laravel I use a pk compound column, however I was reading...
Im on Laravel 5.1. I'm manually setting a field on a create model: User::create([...
I’m learning a lot about these eloquent relationships but I’m not quite there in my understanding. I...
Categories id | title | parent_id Products id | title | category_id The categories table self join...
I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...
Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...
Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...
I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...
I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...
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