inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
65 stars 14 forks source link

As an admin user, I should be able to get and edit my site configuration values #59

Closed pdt256 closed 7 years ago

pdt256 commented 8 years ago

The site should be configurable via the admin panel.

One option is to have a single zk_Configuration table with (name/key | value | active | created | updated) with values being a json encoded object storing scalar values or an array collection.

The following options should be supported:

pdt256 commented 7 years ago

This will be tracked in #105