Introduction
Orchid Images is a package that provides several new image-related components, including simple images, galleries, and carousels to the Orchid app.
Orchid does an excellent job at adding or updating images and their relationships; there are fields such as Cropper, Picture, Upload and regular Input with file
type. However, in many cases, we only need to show the image within the Orchid admin panel (for example, if you want to show a post thumbnail or a product gallery). Yes, we can return plain HTML, view()
with the blade template, or the view component, but wouldn’t it be nicer to use the ready component?
Here is an example from Orchid how can you show image in a table layout:
Using this package, this code will be replaced with
Or even using relations
You can find more in the Usage section of this documentation.