this is my edit function: public function edit($id) { $user = $this->user->find...
I am trying to attach bills to a user which they can create themselves. However I am having problems...
Hi there, I have a field in my DB that was created with Schema builder, that is behaving unlike any...
I'm updating a Rental that belongsTo a Location, and I can fill and persist the Rental data, but whe...
Can someone help me to "translate" this mysql query to laravel. SET @prev=0,@rownum=0; SEL...
I have a table of 'tips' which have many columns one of which is a date column.... The tips that are...
Hey, I have one table which is connected with others with foreign keys. Order table: order_id custom...
I am looking at moving a project off of CI 2, and would really like to use ORM. The problem I have i...
I'm trying to sort on the value of an accessor, but I'm not entirely sure where to put it. The attac...
Hi all my dear Laravel Buddies, i have an issues with Pagination, i have an custom template for Pagi...
hi i want to set foreign key for post table and user table but throw below error : [Illuminate\Da...
I have User, Tag, Offer models. Every Offer can have multiple Tags and they are written in TaggedAs...
Hello, I am trying to get a list of all unassigned addresses to be displayed in a combo-box for the...
hi every body i have problem with viewing database my User class has public function item() { retu...
I'm retrieving data from two tables which are categories and subcategories. categories cat_id contai...
I'm using standalone Illuminate/Database 5.0. The docs say to enable pagination all you need is $all...
I'm trying to cache a collection. I thought it better to cache the collection, rather than an array...
The doc tells: When working on forms with "array" inputs, you may use dot notation to acce...
Hello guys, I'm trying to order mysql results but orderBy() doesn't work. Here is the code: $orders...
Hi, I am new to laravel to I am probably missing something very obvious but I was hoping someone cou...
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