Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Created June 28, 2013 16:32
Show Gist options
  • Save AndriyShepitsen/5886044 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5886044 to your computer and use it in GitHub Desktop.
Laravel Login Form
{{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