Discussion Laravel

Using LaravelCollective

This is a set of packages to help us working with HTML, Remote, Annotations and Errors in Laravel.

How to install

composer require laravelcollective/html

Basic Usage

Opening a form tag:
{!! Form::open(['url' => 'foo/bar']) !!}

Generating a drop-down list:
{!! Form::select('size', ['L' => 'Large', 'S' => 'Small']) !!}

Documentation

For further information, please check this documentation: https://laravelcollective.com/docs/6.0/html

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *