protonemedia / laravel-form-components

A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!

Home Page:https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Add Image Upload Form

abbasmashaddy72 opened this issue · comments

Please Add an Image / File Upload Form component, It would be very helpful

commented

What are you after exactly when you can use input with a type of "file"?

This can already be done quite easily.

<x-form-input name="image" type="file" label="Image Upload" />

I was thinking of more like with preview

I had added it manually, but does not work perfectly