This is the macro i made. {{Form::macro('date', function() { return ' <input type="da...
Jquery mobile has a nice form-element called: "data": <input type="date" data...
I have laravel project and want to move it to a webserver. I can copy the laravel files with FTP, bu...
How do i unhash a password I want to display the password in a textfield inside my app? I uses Hash:...
Yesterday my laravel connection worked. Now it does not work anymore. This is the error i see: Sessi...
Also what i don't get. Why does laravel support cross-database feature when you can't make cross-dat...
Below that i have: </div> <div data-role="collapsible"> <...
This is how i did it! {{Form::macro('jradio2', function($name,$id,$value,$checked) { return '<...
It works. Thanx :D But do you know why laravel uses '<>' in stead of the mysql notation '!='...
The inspector showed that a password is needed as an input. So i added a password field and validati...
The Laravel portal for problem solving, knowledge sharing and community building.