preview image based from url
is there a way for me to have a preview if i use a url/string for my images? i really have no plans to upload anything within my project. i plan to use external urls
1 Reply
You can do like this:
Tables\Columns\ImageColumn::make('image_test')->label('Image')
->defaultImageUrl(url('https://fastly.picsum.photos/id/0/5000/3333.jpg?hmac=_j6ghY5fCfSD6tvtcV74zXivkJSPIfR9B8w34XeQmvU')),