andreasnij/form-components-for-laravel
Blade form components for Laravel.
2,198
| Install | |
|---|---|
composer require andreasnij/form-components-for-laravel |
|
| Latest Version: | 2.1.1 |
| PHP: | >=8.2 |
| License: | MIT |
| Last Updated: | May 22, 2026 |
| Links: | GitHub · Packagist |
Maintainer: andreasnij
Form components for Laravel
Blade form components for Laravel.
This package is currently in a pre-release stage so use at your own risk. Things might change.
Installation
Add the package as a requirement to your composer.json:
$ composer require andreasnij/form-components-for-laravel
Usage
<x-form method="PATCH" action="{{ route('products.update', $product) }}" :model="$product">
<x-input label="Name" name="name" />
<button type="submit">Save</button>
</x-form>
Author
Andreas Nilsson (https://github.com/andreasnij)
License
This software is licensed under the MIT License - see the LICENSE file for details.
Related Packages
tomsix/laravel-components-library
A collection of pre-made Blade components for Laravel 7.x and up
3,140
60
rafflesargentina/l5-pluma-form-components
Custom Pluma form components for use with LaravelCollective/html
1
0
rafflesargentina/l5-bs-form-components
Custom Bootstrap form components for use with LaravelCollective/html
1
0