Services
Services
LaraOne provides following service classes for use:
- RenderContentService - Service that renders index page and single page content stored in database.
- LaraOneService - Used to install & update CMS, download updates for themes, etc.
- SettingsService - Settings managment for saving and updating setting.
- GlobalSettingsService - Singelton service that loads settings only once at boot.
- ThemeService - Used to install & update themes downloaded by LaraOneService.
- WidgetService - Used to create & update Widgets.
- ZipArchiveService - Extends php's ZipArchive to add extractSubdirTo method.