aboleon / laravel-inputables
Utility form tags component collection for Laravel Blade
dev-main
2024-06-22 13:49 UTC
Requires
- php: ^8.2
This package is auto-updated.
Last update: 2024-10-22 14:32:48 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.