I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...
I am making a jquery mobile application with laravel. I know how to make one radiobutton with Form::...
I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...
I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...
I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...
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.