Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created November 4, 2015 20:52
Show Gist options
  • Save elliotforbes/e3aabbb737b22347da2b to your computer and use it in GitHub Desktop.
Save elliotforbes/e3aabbb737b22347da2b to your computer and use it in GitHub Desktop.
{!! Form::open(array('route' => 'queries.search’, 'class'=>'form navbar-form navbar-right searchform')) !!}
{!! Form::text('search', null,
array('required',
'class'=>'form-control',
'placeholder'=>'Search for a tutorial...')) !!}
{!! Form::submit('Search',
array('class'=>'btn btn-default')) !!}
{!! Form::close() !!}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment