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

0.0.1 2025-01-12 17:15 UTC

This package is auto-updated.

Last update: 2025-10-12 18:49:06 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.