Support the ongoing development of Laravel.io →

wanted80

Joined 22 Jul 2014

Statistics

Threads 2
Replies 3
Solutions 1
Articles 0

Update two or more table with relations

Hello, I have 2 tables (or more) with relations, user_details and addresses. class UserDetail extend...

0 Likes
4 Replies

Admin filter question

Hello :) I'm making an admin filter to use in the routes. filters.php Route::filter('auth.admin', fu...

0 Likes
1 Replies
Solved
replied 9 years ago

Update two or more table with relations

I used saveMany() for insert some addresses but didn't work on update. This method want an argument...

0 Likes
replied 9 years ago

Update two or more table with relations

Firtzberg said: Try associate $details = UserDetail->find(1); $details->firstname = 'Firstnam...

0 Likes
replied 9 years ago

Admin filter question

Ok...I solved it by myself XD public function getIsRole($role) { return $this->ro...

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.

© 2024 Laravel.io - All rights reserved.