Support the ongoing development of Laravel.io →
jay4yam

jay4yam

Joined 29 Jun 2015

Statistics

Threads 2
Replies 8
Solutions 3
Articles 0
posted 10 years ago

Get properties of related models

I've a user model which has a 1:1 relation with a UserInfo model class User extends Model implements...

0 Likes
0 Replies
posted 10 years ago

Test a select default value

I've got a select list in a form <div class="form-group {!! $errors->has('primenom')...

0 Likes
0 Replies
replied 9 years ago

get custom model attribute not working

if your mutator name is : public function getClientNameAttribute() { return Client::where('id', $th...

0 Likes
replied 9 years ago

How to get post values in lavarel 5

I think you could catch the Request object public function index() { return view('addproduct'); } pu...

0 Likes
replied 10 years ago

Dropdownlist Error

I think you must cast $category as an array like this $category->toArray(), because $category fro...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.