Relative Content

Tag Archive for laravellaravel-livewirealpine.js

How to view and watch an image with Laravel Livewire

I am trying to recreate a reusable blade component that will allow me to view and upload images for all my forms. The value in the livewire component could be a string of a previously uploaded image or a newly uploaded image.
What I need it the component to show me what image I have already set and the image Im am changing it to.