Skip to content

Instantly share code, notes, and snippets.

@loburets
Created August 25, 2019 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loburets/1eb599ba3a2f08466ffc23c8ad7e5b48 to your computer and use it in GitHub Desktop.
Save loburets/1eb599ba3a2f08466ffc23c8ad7e5b48 to your computer and use it in GitHub Desktop.
form-builder-1.php
{!! Form::create('ArticleController@update', $article) !!}
{!! Form::input('name', 'Name') !!}
{!! Form::buttonGroup() !!}
{!! Form::buttonLink('Cancel', '/') !!}
{!! Form::reset() !!}
{!! Form::submit() !!}
{!! Form::buttonGroupEnd() !!}
{!! Form::end() !!}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment