bonsaicms / metamodel-jsonapi
Metamodel JSON:API for Bonsai CMS
dev-master
2022-02-21 12:14 UTC
Requires
- php: ^8.0.2
- bonsaicms/metamodel: dev-master
- laravel-json-api/laravel: ^2.0
- laravel/framework: ^9.0
Requires (Dev)
- laravel-json-api/testing: ^1.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
This package is auto-updated.
Last update: 2024-12-06 17:39:12 UTC
README
Installation
You can install the package via composer:
composer require bonsaicms/metamodel-jsonapi
Configuration
You can publish the config file with:
php artisan vendor:publish --tag="bonsaicms-metamodel-jsonapi-config"
This is the contents of the published config file:
return [
];
License
The MIT License (MIT). Please see License File for more information.