aboleon / laravel-inputables
Utility form tags component collection for Laravel Blade
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/aboleon/laravel-inputables
Requires
- php: ^8.2
This package is auto-updated.
Last update: 2025-09-22 16:22:08 UTC
README
Utility form tags component collection for Blade & Laravel
Installation
composer require aboleon/laravel-inputables` php artisan vendor:publish --tag=mfw-inputables
Usage
<x-mfw::input name="phone" :value="$data->phone" />
License
The Laravel Inputables is open-sourced software licensed under the MIT license.