laravel easy form

Solutions on MaxInterview for laravel easy form by the best coders in the world

showing results for - "laravel easy form"
Sixtine
22 Oct 2019
1//install laravel h
2composer require haruncpi/laravel-h
3
4//now make form
5{!! F::open(['url'=>'submit']) !!}
6{!! F::text('name') !!}
7{!! F::email('email') !!}
8{!! F::close() !!}
9
10GitHub: https://github.com/haruncpi/laravel-h
queries leading to this page
laravel easy formlaravel easy form