I also posted my question on laracast, but perhaps anyone here has the answer. Topic on laracast I'm...
Hi people, i have a problem. I have a RESTful controller called SCHEDE. I want to insert new row in...
Hi, I have a Shops model associated to services, using a pivot table: public function services() {...
i have Many To Many Polymorphic Relations. post morphedByMany(postA) post morphedByMany(postB) post...
Hello, I've got a problem setting up Attendize, which is based of Laravel. Now, I entered the creden...
The problem that I am having is that when I output the data from the database like this: $diets = Di...
I installed the drivers into my Homestead + laravel, but i can't connect. how can configure my confi...
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...
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.