cachethq / core

🚦 The core of Cachet, the open-source status page system.
https://cachethq.io
MIT License
101 stars 20 forks source link

Settings #40

Closed jbrooksuk closed 5 months ago

jbrooksuk commented 9 months ago

Closes #32

This PR reimplements the settings feature from Cachet 2.x. I've developed this feature to work from Laravel's Manager system, so we can easily add an additional driver that will read/write to the settings file that Cachet 2.x uses.

At the moment there is an eloquent and cache driver only.

To-do:

jbrooksuk commented 5 months ago

I'm going to use Spatie's Laravel Settings package instead.