Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
I'm just in my first laravel project. It has a small blog and uses notifications just like a social...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
i realize the question sounds very rudimentary, but coming in from the front end side of development...
At this point I have two files in my migration folder, one to create the table with its columns, and...
I have set up two models: User and Survey and defined their relationship in the model. One user may...
Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...
Hi ! I have a lists on articles that I get from a simple Eloquent query Article::where('state', '=',...
Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...
I have two tables. One is People. The second is Files. Files contains all uploaded files through an...
Hello and good day to everyone The issue is tricky (for me). I passed the parameter value from the c...
I have a Post model with the following function: public function tags() { return $this->belongs...
Dear Laravel Users, I just got to know a few days ago about Laravel (=> I'm a "stupid starte...
The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
In my Car class I have public function user() { return $this->belongsTo('User'); } public fu...
Hi, Given this simple database setup: posts - id tags - id post_tag - id - post_id - tag_id ......
Hi there, This was a different thread, but incorrectly titled. Anyway, here's the problem: On our d...
Hi, I am new to laravel and this is pretty basic problem (I think) but for some reason I can't get m...
Hi, is there any way to add custom methods to eloquent models? e.g.: class User extends Eloquent {...
Hi there, I have a site which needs to go live today, and there is a problem with Eloquent, and the...
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