I have designed a website with Laravel 4.2 , it runs correctly in my localhost (Xamp),but when I upl...
How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...
Hi i used auth filter for a group of routes that i dont want to guest user access to it ,but i have...
Hi, i was using sublime but it dose not have presuggest for keywords of .blade files (such as @exten...
Hi I tried to write a logout for users in my site but when a user click in logout link face to this...
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.
The community