Hi all! Tell me please what should I do if I have a task like this: I have a chatboard with messages...
Hello, Laravel pending migration advisor package has been updated to laravel 5. https://github.com/...
I'm trying to use Eloquent in one of my project works very fine. But the scrutinizer-ci tool marks t...
In a personnal attempt to resolve the 'Repository Pattern Dilemna' that has been a huge debate in th...
This is what I'm doing: public function movimiento_contable_all( Certificado_de_pagos $request )...
Now I have a filter that works something like this: $property = new Property(); if($data['type']) {...
Hi, sometimes I fetch Models from the db and I'd like to make them available in further requests. Ho...
I have the following block of code: $agents = Agent::with('territories') ->or...
Hi, in my database i have a column "extra_data" which i have to fill after a form submit....
$owner = Owner::with('cars.carParts')->where('id', "=", $ownerID)->first(); $owner-...
Hello guys, I have a problem with relationships...I set everything up but my relationship returns NU...
I am using this code to seed my table from a csv file, the table was created with migration and has...
I am following laracasts tutorial and I'm at the video where he is future dating articles. but it's...
Hello, I am trying to open a project that was originally created using homestead, while I am not usi...
I feel like this might be a stupid question, and one that shouldn't allude me. I've done some searc...
I'm at the 11th video in Laracasts and all of a sudden my app starts acting up. The published_at col...
Hi guys. I have 3 tables. user, theme and theme_user. Its because I need a many to many relationship...
Hi all, i need to create a drag and drop sorting with jQuery Ajax. Once i drop an element, i do an a...
This is a package to inject Elasticsearch functionality directly into Eloquent models. I've tried to...
HI, Ive got a system that Im building for a advertising company and they sell advertising a Medical...
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