shallowred/kirby-shared-config

Shared configuration for Kirby projects

0.0.1 2025-01-12 17:15 UTC

This package is auto-updated.

Last update: 2025-04-12 17:47:54 UTC


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.