Looking to hire Laravel developers? Try LaraJobs

form-components-for-laravel maintained by andreasnij

Description
Blade form components for Laravel.
Author
Andreas Nilsson
Last update
2026/04/02 09:19 (dev-main)
License
Downloads
1 585

Comments
comments powered by Disqus

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.