GreenLight is a small CMS package for Laravel, developed by Greenroom. The general purpose of maintaining this package is to provide a light platform as common ground for our further projects, with the possibility of earlier projects benefiting from features implemented later as well.
The predecessor of GreenLight (GR CMS) existed in the form of a full Laravel instance. After a while turned out to be barely maintainable, as developing a codebase that is strictly tied to a specific Laravel version would not leave the possibility of keeping all our projectas up-to-date open. Since then, our main focus lies on maintaining the previously built codebase in the form of a decently versioned and controlled composer package, that should be flexible enough for our further plans.
This documentation serves as a way for you to learn what GreenLight is, how to use it and what its APIs are.