bonsaicms / metamodel-database
Metamodel Database for Bonsai CMS
dev-master
2022-03-18 18:31 UTC
Requires
- php: ^8.0.2
- bonsaicms/metamodel: dev-master
- bonsaicms/support: dev-master
- doctrine/dbal: ^3.3
- laravel/framework: ^9.0
Requires (Dev)
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
This package is auto-updated.
Last update: 2024-12-06 17:59:19 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.