Support the ongoing development of Laravel.io →

saghafi

Joined 29 Sep 2014

Statistics

Threads 7
Replies 8
Solutions 0
Articles 0

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

I have designed a website with Laravel 4.2 , it runs correctly in my localhost (Xamp),but when I upl...

0 Likes
4 Replies

Javascript alert show session message

How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...

0 Likes
0 Replies

csrf_token

Hi i used auth filter for a group of routes that i dont want to guest user access to it ,but i have...

0 Likes
1 Replies
posted 9 years ago

presuggest in .blade files

Hi, i was using sublime but it dose not have presuggest for keywords of .blade files (such as @exten...

0 Likes
0 Replies

error in logout user

Hi I tried to write a logout for users in my site but when a user click in logout link face to this...

0 Likes
2 Replies
Solved
replied 8 years ago

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

jimgwhit said: Double check your connection parameters. See what ver of php and mysql the host is r...

0 Likes
replied 9 years ago

error in logout user

thanks it solved....,the cause of this error was column remember_token that i did not have before

0 Likes
replied 9 years ago

auth::attempt dont work!!

thanks my problem solve! after i hashed password and extend character of password field , my problem...

0 Likes
replied 9 years ago

auth::attempt dont work!!

its 100 character , when i hashed a password and saved in db,is not require to rehash this password...

0 Likes
replied 9 years ago

auth::attempt dont work!!

yes, i used $password = Hash::make(Input::get("password","")); then i saved it :...

0 Likes

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.