Posts by user11683 • 135 points
4 posts
-
0
votes4
answers1103
viewsQ: Update with Laravel does not take model id
I am trying to perform a simple function to change the password of the logged in user using the code: $user = User::find(\Auth::user()->idusuario); $user->password =…
-
7
votes1
answer1589
views -
5
votes3
answers1012
viewsQ: User Authentication with Laravel 4
I’m starting to authenticate users with Laravel 4, as a basis for this link. My doubt and the following, all route, I will have to use this way? Route::get('/', array('before' => 'auth'),…
-
1
votes0
answers253
viewsQ: Problems with Oracle Insert with Laravel
I’m having a problem with a INSERT in Oracle used the package yajra/Aravel-oci8, where the following error returns to me: Error Code : 1722 Error Message : ORA-01722: Invalid Number Position : 260…