Hi I write a usercontroller with a function as doLogin that first check rules with validation and a...
i'm biginner in laravel ,i tried to connected to controller with router: Route::get('/', array('as'...
jimgwhit said: Double check your connection parameters. See what ver of php and mysql the host is r...
thanks it solved....,the cause of this error was column remember_token that i did not have before
thanks my problem solve! after i hashed password and extend character of password field , my problem...
its 100 character , when i hashed a password and saved in db,is not require to rehash this password...
yes, i used $password = Hash::make(Input::get("password","")); then i saved it :...
The Laravel portal for problem solving, knowledge sharing and community building.