Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save debojitkakoti/8470096 to your computer and use it in GitHub Desktop.
Save debojitkakoti/8470096 to your computer and use it in GitHub Desktop.
{{Form::open(array('url'=>'/login'))}}
{{ Form::email('email', $value = null, $attributes = array())}}
{{ Form::password('password', $value = null, $attributes = array())}}
{{ Form::submit('Login', $attributes = array('class'=>'button tiny radius'))}}
{{Form::close()}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment