I am currently trying to insert the value of fields to a table. However, this error keeps coming up:...
I have a case where I need to maintain some values of a user locally while there are default values...
I have a table in my view with 2 options to move that row up or down the table. I have made a sort_i...
Written with StackEdit. I was happy with laravel 4.2 until i upgraded to 5.2, By the way i wanted...
I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...
Hi, I am using Zizaco/entrust for managing roles/permissions of users. I have users with admin,super...
Hi, first of all please forgive me my bad english. I am pretty new to laravel so i can't figure this...
How to convert an array (data already inside database) to working eloquent model without writing dat...
I am trying to echo out data from the database with a foreach loop. In return it returns this error:...
Hi, I need to exclude records (hotel rooms) from Eloquent query that have booked any day between Ch...
I have a collection of products. Each product is assigned to a category. I am using ->with(produ...
Can anyone help me? thanks http://stackoverflow.com/questions/37316393/get-data-from-database-and-di...
Hello, the issue I'm having is that I created a user table as my first migration, then added a migra...
Hi, I've been trying to get polymorphic relations to work for a few hours. I've followed the example...
Hey, I have many to many relationship between Product and Order models with custom pivot attribute r...
I'm trying to create a link that if you click on it, then it will export the values in the database...
Why an Accessor can't be named getInvoiceNumFormattedAttribute() but getInvoiceNumFormatAttribute()...
Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...
Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...
Hi, I have a problem with Eloquent ignoring a form field - not adding the selected value to the data...
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