vormkracht10 / laravel-form-components

Laravel Form Components in Blade Views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Form Components

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require vormkracht10/laravel-form-components

You can publish the config file with:

php artisan vendor:publish --tag="laravel-form-components-config"

List of all available form components:

<x-button />
<x-checkbox />
<x-color />
<x-datalist />
<x-date />
<x-email />
<x-errors />
<x-fieldset />
<x-file />
<x-form />
<x-group />
<x-hidden />
<x-image />
<x-input />
<x-label />
<x-legend />
<x-month />
<x-number />
<x-optgroup />
<x-option />
<x-output />
<x-password />
<x-phone />
<x-radio />
<x-range />
<x-reset />
<x-search />
<x-select />
<x-submit />
<x-text />
<x-textarea />
<x-time />
<x-timezone />
<x-toggle />
<x-url />
<x-week />

Third party

<x-dropzone />

This is the contents of the published config file:

return [

];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-form-components-views"

Usage

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Form Components in Blade Views

License:MIT License


Languages

Language:PHP 81.9%Language:Blade 18.1%