Hi, I have a Controller that needs to process a form and then do some database checks that involve l...
I am looking for the equivalent in Eloquent/ Laravel to the SQL statement SELECT label_id, COUNT(*)...
Hello, I made a website that allow users to post pictures. Each user's page propore pulique his phot...
Hello, I'm having an issue with eloquent (outside of laravel) I can't get access to my data in the p...
Quiero relacionar platos de comida con cierta cantidad de alimentos Tabla Recetas { id titulo descr...
is there a way to do this with Eloquent without having to run Raw queries etc? (select count(`win`)...
Scenario is: Model 1 = Room Model 2 = Hotel Model 3 = City Rooms belongs to Hotel, Hotel has many Ro...
Is there a way to share data between different actions in a controller? I run the same queries in th...
Hello, sorry for my bad English. I have accomplished create a form and register an account in a MySQ...
Hi, i have this migration to create users table Schema::create('users', function(Blueprint $table) {...
I would like to have something that - in an object-oriented language - would be called inheritance....
Hi, I'm not sure what happened but I did a "php artisan migrate:status" from my vm and it...
Hello there, How can filtering data of nested and many relations tables on this example Models Categ...
Currently I have a Users table. Each user can have many interests. and each interest can have many p...
I am looking to create a following system similar to Twitter, as far have come up with below. I am l...
Hi all I need create user table with foreign. The migration run correctly, but How can define relati...
Hi, I have very very long file contains a lot of queries was write in CI and I wondering if there a...
How can I replace existing relation? At this moment, I have tables: requirements user_requirement...
Hi, I have a strange problem with Eloquent which I'm trying to do the following: $this->node = \D...
good day all, i am currently working on a little project for this group of gamers. They asked me to...
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