Hi everyone. This is a link to a tutorial that shows you how to create a Laravel 5 RESTful API as th...
Hello I've recently had the need of firing events when update() or delete() methods on QueryBuilder...
I'm sure I'm doing something wrong, as this is a bit complex for me... but this worked fine for me f...
I am trying to understand why something works. I have a user model and within it I state that a User...
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...
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