Hi everyone, I'm using the Eloquent module outside of Laravel in this way (with sql server) // Compo...
I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...
So I'm trying to bake automatic caching into some of my models. I use ardent for validation, so I've...
Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...
Hi. I am a little confused sometimes when using the relations in Eloquent. Can you help me? I have i...
Hi! I'am using simple timestamp fields 'created_at' and 'updated_at' in my model. When i create a ne...
My goal is to create a select list in a create.blade.php view. I'm not getting any errors with the D...
Hey, so I have two forms on the same page, and these forms have common field names. Since I'll have...
Hi everbody. I have a pivot table for a many-to-many relation between a User and a Recipe. So a user...
I have a table Roles and another table Menus with a pivot table Menu_Role. To build up the many to m...
Hi all, i'm new lover of laravel, and i develop an application for archive the marks and model of co...
Hi there, I'm relativly new to laravel and it seems to me a framework that solves all my problems an...
Hi I have a relatioship between client and phones. Using an array name in the form I managed to save...
Hello, i am very new on Laravel and i ran into a serious problem getting the last id of the current...
Hello, I want to know how I can describe "is-a" relationships with Eloquent models. Exampl...
Hi everyone, I'm now stuck for hours and I just can't find out the solution. I've got several tables...
Hi, I'm building an application where you can create your own lessons. A lesson has many slides and...
So i'm developing an application where parts of the form have data which are meant to populate other...
Hi, I have model timesheetweek which has many (7) timesheetdays. On a view I can dynamicly add sever...
I am trying to return records that have a specific value in a related model connected via a polymorp...
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