bonsaicms/metamodel-database

Metamodel Database for Bonsai CMS

dev-master 2022-03-18 18:31 UTC

This package is auto-updated.

Last update: 2024-05-06 16:29:41 UTC


README

Installation

You can install the package via composer:

composer require bonsaicms/metamodel-database

Configuration

You can publish the config file with:

php artisan vendor:publish --tag="bonsaicms-metamodel-database-config"

This is the contents of the published config file:

return [
    'bind' => [
        'schemaManager' => true,
    ],
    'observeModels' => [
        'entity' => true,
        'attribute' => true,
        'relationship' => true,
    ],
];

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.