Hello I have an error when i update belongs to relationship User Model public function profile()...
Hi friends, I am trying to change the User model in laravel, but after changing it and get the resul...
Hi, I'm trying to save records to my DB that have Chinese characters in them, but they're showing up...
I have two models, Client and Attachment, the relation is one to many since a client can have many a...
Hi, this is my update function for my Keyword model. I know that it is terrible and I would want to...
Hello, so I'm writing an application and until now I was working with Accessors, Mutators and Query...
Hi guys, Im using Model::paginate(50) on my code. I receive the output below as SQL. The load time i...
I have several database tables - some use a prefix, some don't. So, I'm going through the class mode...
I wonder why this is not pulling records from the database. I have been on this for days. All I want...
hello, just learning L5 and one question: a controller uses a model to get the data from a table. i...
I'm having a problem removing an item from a collection. I have a model called Class that represents...
Hello, i'm banging my head against this bug for 3 hours without finding the problem. The error refer...
Call to undefined method Intervention\Image\Facades\Image::save()
Im having trouble trying to get my model observer to work.. It is working as expected for create and...
Hi I am trying to access the sale data in a relationship array, this is my query and json output on...
Hello guys, I am tyring to connect my two tables which are they 'users' and 'profiles' Here is my co...
I have a scenario where States are assigned to tasks through a pivot table. The state of each task g...
Hi All, I'm kind of hitting a wall in my expanding Laravel 5 testbed. I've created multiple migratio...
Hello, here is my scenario: TABLE iten id iname TABLE profile id pname PIVOT TABLE profile_iten prof...
Greetings. I am having trouble with a MassAssignmentException. I was following along Jeffrey Way's v...
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