Hello, I have 2 tables (or more) with relations, user_details and addresses. class UserDetail extend...
Hello :) I'm making an admin filter to use in the routes. filters.php Route::filter('auth.admin', fu...
I used saveMany() for insert some addresses but didn't work on update. This method want an argument...
Firtzberg said: Try associate $details = UserDetail->find(1); $details->firstname = 'Firstnam...
Ok...I solved it by myself XD public function getIsRole($role) { return $this->ro...
The Laravel portal for problem solving, knowledge sharing and community building.
The community