motivo / liberiser-seo
Description
v0.0.10
2021-02-23 13:09 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 translatable seo fields to the module.
Installation
You can install the package via composer:
composer require motivo/liberiser-seo
Usage
Add the plugin to a module in the config file liberiser/config.php
Example:
'modules' => [
'pages' => [
'plugins' => [
'seo' => 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.