If your using Laravel and also using foundation for your front end development there is an easy way to add Foundation’s built in form validation (Abide) to a form. When opening the form tag use the following code,
{{ Form::open(array( 'action' => 'AController@index', 'class' => 'hello', 'data-abide' => true )) }}