shallowred / kirby-shared-config
Shared configuration for Kirby projects
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/shallowred/kirby-shared-config
Requires
- php: >=7.4
README
Shared configuration for Kirby projects.
Installation
Use Composer to install the package:
composer require shallowred/kirby-shared-config
Usage
Include the shared configuration in your Kirby project:
<?php require 'vendor/autoload.php'; use Shallowred\KirbySharedConfig\Config; $kirbyConfig = Config::withSharedConfig(__DIR__, $kirbyConfig);
Configuration
You can customize the configuration by modifying the shared-config.php file.
Contributing
Contributions are welcome! Please submit a pull request or open an issue for any improvements or bugs.
License
This package is licensed under the MIT License.