-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ven Vortex edited this page Jan 18, 2026
·
2 revisions
Welcome to the gphtml wiki!
I kept this package alive from LaraCollective because the Form facade is super useful and easy to use.
{!! Form::open(['method' => 'put', 'url' => 'auth/login', 'class' => 'tailwind-code-here']) !!}
See super easy, that one line then puts the required _method and csrf token into the html.
{!! Form::select('inputfield', ['0 => 'Yes', 1 => 'No'], 1, ['class' => 'tailwind-styling']) !!}