devgeniem/wp-seo-collection
Composer 安装命令:
composer require devgeniem/wp-seo-collection
包简介
This is a composer metapackage which includes WordPress plugins to help search engine optimizations.
关键字:
README 文档
README
WordPress Plugin Collection for Search Engine Optimizations
This is WordPress plugin and dropin collection which enables search engine optimizations.
Reasons
This package was created to handle multiple projects with composer update. We just include this collection into our composer.json and stick to the guidelines about which plugins should be included here. WordPress evolves with time and some plugins will propably be pointless at some point, if that happens we will remove those unneccessary plugins.
Installation
$ composer require devgeniem/wp-seo-collection
Requirements
-
= PHP 7.0
- WordPress
- Use composer to update your site rather than using WordPress auto updates
Composer.json settings
For correct installation your project should define following installation paths in extra section:
extra: {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"]
},
"dropin-paths": {
"web/app/": ["type:wordpress-dropin"]
}
}
We use bedrock styled names for wp-content. Replace web/app according for your project.
Maintainers
Changelog
License
Respect the licenses of used libraries. This readme and composer are licensed under MIT
统计信息
- 总下载量: 5.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-28
