I have a complicate request that I hope translate with Eloquent ORM or with Query Builder, but I can...
I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...
Hi, It's my first post and, in fact, isn't properly a question, but a request for suggestions becaus...
Hey guys, I've got a form that gets used to perform an inspection. 1 Inspection is completed each mo...
I am trying to call Eloquent's save() method on an existing record but getting an error from Illumin...
$locations = Locations::find(1); // null $locations = Locations::all(); // [] $locations = Locations...
I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....
i tried retrieving a single content using the id and passing the variable to the view, but it was te...
Hi, im trying to find or figure out how to select all results that doesn't have a relationship... an...
Hello guys, I have some posts. How can i display for example on profile page just the posts of a spe...
Hi, I want to display a value from my model, but it always gives me '0' as an integer while the colu...
Inside my function that is triggered by the 'created' model event, my object id is 0. My id column i...
I have tried in tinker cli: Schema::drop('pages') but it just drops the table 'pages', how can i dr...
Hi all, I have 3 tables: books, authors, and publishers. Books-authors and authors-publishers have o...
I need help writing a query in eloquent from three tables, where fields table, field_value and users...
I am simply just doing this $me = \Auth::user(); return $me->program()->get(); GIVES me; Inva...
I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...
hi i have multiple categories and each category has many posts, i want fetch 4 last posts for each c...
I've seen some threads that are potentially similar (e.g. http://laravel.io/forum/05-01-2014-eloquen...
fakhriahmedoff liked this thread
Hello guys, first post here. :) So today I created a new table on the project I have been working fo...
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