Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

BREAKING: Multiple Enhancements and Bug Fixes

Latest
Compare
Choose a tag to compare
@Jantho1990 Jantho1990 released this 16 Oct 20:31
c49272c

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.