I'm getting super confused with this small part time project I am working on. I have a Movie model,...
Hello, guys! Help me please, sorry for my english :) I have bug with paginate, example: $products =...
Eloquent will also assume that each table has a primary key column named id. So I change it like thi...
$mobiles=Mobile::select('id','name','blurb','priority') ->where('name','LIKE','%...
Hİ, ******Var_dump Post array(2) { ["lang"]=> array(2) { [0]=> string(2) "en&qu...
When I try to access the Model Class from a custom Class I get Class not found Exception. I also use...
i implement custom pivot like this http://laravel.com/docs/master/eloquent#working-with-pivot-tables...
Hi. I'm trying to add some postgresql functionality to Eloquent. I've already made it so I can migra...
I have this models: class Users extends \Illuminate\Database\Eloquent\Model { protected $table =...
Hi all, i'm evaluating Eloquent ORM in a project. The DBA won't allow me to do the 1+1 select querie...
I have a seeder that ended up working when I added protected $guarded = ['id'] to the model class of...
I keep getting the error "Undefined offset: 0", and i don't understand why. When i debug $...
I don't understand how i can use my many to many relationship. I'm using a older laravel version (4....
Hi, I have three tables: resources, locations and location_supplies The resources table contains the...
I’m building a small web application that allows our department’s employees to submit forms for thin...
Hi, I looked inside what's Laravel do in eloquent, query, etc and wondering why, when a query is don...
So the cops have been round and told me I am doing something illegal. This is my paperwork to prove...
Hi. Is it possible to extend a schema grammar ? I would like to modify a method here : https://githu...
I have an Image model, which I want to override the delete method to erase the file from the system...
Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...
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