Is it possibly to make a WHERE query on a eager loaded relationship? Say my users table has a name,...
Hello to everyone, there is any way to create the CRUD from a database such as other frameworks like...
Laravel declares the set of attributes for a class runtime by taking the according table fields. Is...
I have the following tables in my database: recipes id name users id name badges id name badge...
Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...
Hello, I am in i situation where I have to handle that the way to create and store method are not th...
Hello, In my application i've 3 Model, Professeur, Etudiant and Administrator A Professeur manage ma...
Has anyone tried running db:seed on SQL server? My file consists of multiple rows with IDs specified...
Hi, I'm using mass-assignment to insert a load of records into the database, how do I handle a file...
I cannot figure out my Eloquent Relationships and it is driving me NUTS! I've basically decided I've...
I'm trying to get all services where the serviceDate is on a Monday, and am getting something wrong....
I have a table called payments which contains a field called Vendor ZIP. I have a table called 20150...
I have a model with a number of fields. I need to massage some before output, so I use accessors - b...
Hi. I am new to laravel framework. I need to know that how can we do inheritance between two models...
I already typed my issue here if you prefer, with the important bit of each classes I have 3 models...
Hello guys, I have two questions about Authentication: How to use Auth with multiple tables? (Stude...
Hi guys, when I type the command in bash below, php artisan migrate I got the error below exception...
I have Category model which has one to one relationship to itself. It obviously has id and parent_id...
Let's say I want to add a column to a table, I tried to modify the schema file inserting the new col...
I have 3 models, ie: Country, User, Bike. Country has many User, User has many Bike, and bike can be...
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