This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
This resolves issues #9, #15, #16, #19, and #21.
Component View input fields are now dropdowns instead of text inputs, and you will only be allowed to select existing template files.
Showcase routes are now namespaced under a configurable prefix, which defaults to showcase
. This allows for preventing conflicts with existing routes.
This causes the existing admin routes to change, e.g. from
/displays
to/showcase/displays
, which is a breaking change, but it just means you have to change how you access the admin urls.
The test project now creates and drops a test schema in the local DB instead of hijacking homestead
outright.