This plugin is intended for demonstration purposes only. Our example plugin will be for a fictional book store called Owl Books. To install this plugin, download contents to /plugins/owl/owl
, run a composer update
from the example plugin directory, and finally run php artisan plugin:refresh Owl.Owl
.
The Comment widget is used to provide extra information to the backend book form.
The Has Many widget is used to allow reviews to be attached to books. A bit of Twig markup is being used to display a 5-star rating system.
The Tagbox widget can be used to easily manage many-to-many tag relationships. Here we're using it to manage the many genres a book may be tagged with.
The Address widget is used to create easy inputs for our fictional shop locations.