Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Created October 14, 2014 19:52
Show Gist options
  • Save ryanorsinger/3b53dc3d3f0a4a90047d to your computer and use it in GitHub Desktop.
Save ryanorsinger/3b53dc3d3f0a4a90047d to your computer and use it in GitHub Desktop.
Search field
{{ Form::open(array('action' => array('PostsController@index'), 'class' => 'form-horizontal', 'method' => 'GET')) }}
{{ Form::text('search', null) }}
{{ Form::submit('Search') }}
{{ Form:: close() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment