motivo / liberiser-visibility
Visibility plugin for liberiser components
v0.0.9
2021-02-23 13:11 UTC
Requires
- php: ^7.1.3
- barryvdh/laravel-elfinder: ^0.4.2
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*|^6.0
- laravel/tinker: ^1.0
- motivo/liberiser-cms: ^0.1
Requires (Dev)
- backpack/generators: ^1.2
- friendsofphp/php-cs-fixer: ^2.15
- larapack/dd: ^1.0
- mockery/mockery: ^1.0
- motivo/liberiser-pages: ^0.0
- orchestra/testbench: ^3.8
- phpunit/phpunit: ^7.5
README
This is a plugin for Motivo\Liberiser modules. It adds visibility fields to the component.
Installation
You can install the package via composer:
composer require motivo/liberiser-visibility
Usage
Add the plugin to a module in the config file liberiser/config.php
Example:
'modules' => [
'pages' => [
'plugins' => [
'visibility' => true,
],
'active' => true,
],
],
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.