Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 3.15 KB

README.md

File metadata and controls

64 lines (46 loc) · 3.15 KB

Roots

Packagist Downloads WordPress Version Follow Roots

Meta-package for installing WordPress via Composer

Website    Packages    Releases    Community

Sponsors

Roots is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, please consider sponsoring Roots.

Overview

roots/wordpress is a meta-package that provides WordPress core installation via Composer. It's part of the Roots WordPress packaging ecosystem, which includes several packages to give you flexibility in how WordPress is installed:

Package Description Content
roots/wordpress Meta-package (this package) Installs roots/wordpress-no-content
roots/wordpress-full Full WordPress build ✅ Core
✅ Official themes
✅ Akismet & Hello Dolly
✅ Beta & RC releases
roots/wordpress-no-content Minimal WordPress build ✅ Core only
❌ No themes or plugins
❌ No beta releases
roots/wordpress-packager Build tooling Creates the package releases

Requirements

A WordPress Core Installer package is required to handle installation path.

Tip

Roots project provides a core installer, roots/wordpress-core-installer.
See the usage docs.

Getting Started

composer require roots/wordpress

For more detailed information and examples, see the Composer with WordPress Resources introduction.

Stay Connected