trema/wordpress
最新稳定版本:v0.0.6
Composer 安装命令:
composer create-project trema/wordpress
包简介
Trema Wordpress installer
README 文档
README
Usage
Deploy a composer based WordPress website.
- Use
composer create-project trema/wordpressto perform the composer-based installation. - Create your
config/.envfile out fromconfig/.env.dist - Then run the automated wp-cli installation :
composer run install-wp. You can skip this step if you plan to use an already existing database.
Your website is ready to go 🎉
Warning
Some security issues are to expect if you're not using Apache or if the config/.htaccess file is ignored. If it happends, the .env file will be exposed. Please secure this directory by rejecting all requests to it.
Commands
- to perform your plugin updates :
composer update - to install a new plugin : use the Wpackagist packages with
composer require wpackagist-plugin/[plugin name]. - to install a new theme : use the Wpackagist themes with
composer require wpackagist-theme/[theme name]. - you can use wp-cli with the executable
./vendor/bin/wp [command]
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-09