Documentation in Active Development
Our documentation is currently being enhanced with new content and improvements. As we work independently, comprehensive documentation requires additional time to ensure accuracy and completeness. We appreciate your patience as we continue to expand and refine our documentation resources.
Configuration
Configure your CMS instance
CMS Configuration
Configure your CMS instance to match your needs.
Basic Configuration
Edit config/cms.php:
return [
'enabled' => env('CMS_ENABLED', true),
'default_locale' => env('CMS_DEFAULT_LOCALE', 'en'),
'cache_enabled' => true,
];
Advanced Settings
See the configuration file for all available options.