Hi! I have a Organization model class Organization extends Eloquent { public function users()...
Helllo guys, I need solution I have Model Article with ManyToMany Relationship to Terms and I have M...
Please help me this question ? http://stackoverflow.com/questions/34986701/how-to-save-and-display-p...
i want to change login table in my project for this i tried to change model name in config/auth.php...
Hi all! Recently was assigned to us an "old" project on L4 , the project has a very poor d...
I have suborder table and the primary key is string format e.g. "10001-01". Each suborder...
Hi, I'm trying to build a dinamic web design with laravel 5.2 by following a tutorial that using lar...
Hi, I'm using Laravel 5.2 fresh install and use postgresql as the database. And I use "web"...
How to display last 2 month record without including display last month record.
0 down vote favorite First Blade View - Works fine {{Auth::user()->firstName}} {{Auth::user()->...
I have two models: Order and Item. There is a many-to-many relationship with a pivot table linking a...
I'm trying to run this query: $products = $this->product_model->where(function($query) use ($k...
Hi, I'm new to Laravel. I use the Laravel 5.2 default authentication; in App/User.php we have the de...
In this example: Tables Person id firstname lastname Company id companyname Item id attachedto_...
I have Property model and in it I have relationships with few other tables. Here is an example for t...
let assume there is a list of customers with routing like this: <ul> <li><a href=...
Hi guys, I'm trying to use something like my implementation of hasManyThrough query, could you pleas...
I'm using the Laravel query builder to write a join statement and I find that I'm encountering a str...
when i create a "photo" in the "flyer_photos" table with Tinker like below. >...
Hi there, Is it possible to update mutiple rows in one round with Laravel Eloquent ? Just like updat...
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