I have just installed laravel 5 on my wamp server and the '/' route works perfect but other ones doe...
I created two tables and wanted to use the following command to create a foreign key $table->fore...
Hi all! Tell me please what should I do if I have a task like this: I have a chatboard with messages...
I'm trying to use Eloquent in one of my project works very fine. But the scrutinizer-ci tool marks t...
First of all I using Laravel 4.3.. When I run this code: $user = new User; $user->...
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...
Hi everyone, I'm working on a model for golfstatistics. So I have a model called round (foreach roun...
Hello, I am retrieving records with Eloquent and eager loading some relations specifying which colum...
Hello everyone, I've been struggling with the following problem. Hopefully someone can help me out !...
Hi, I currently have a mechanism that allows me to build list pages with a grid that displays data v...
$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 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...
This is a package to inject Elasticsearch functionality directly into Eloquent models. I've tried to...
I am using paginater with cache when building the query like this: $comments = Comment::where('cours...
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