Download the PHP package mwdelaney/lithify without Composer
On this page you can find all versions of the php package mwdelaney/lithify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package lithify
🪨 Lithify for WordPress and Bedrock
Lithify is a WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.
Installation and Usage
-
Create a new Trellis site and initialize a new Git repository:
-
Update Trellis PHP version to match the version of PHP used by your WordPress site. For example, if your WordPress site is running PHP 7.4, update
trellis/group_vars/all/main.yml
: -
Update Bedrock WordPress version to match the version of WordPress used by your WordPress site. For example, if your WordPress site is running WordPress 5.2.2, update
site/composer.json
: -
Update Bedrock PHP version to match the version from step 2:
-
Copy your WordPress
plugins
,themes
,mu-plugin
, anduploads
directories into the Bedrocksite/web/app
directory. -
Add Lithify as a dependency to Bedrock:
-
SSH to your development server and navigate to the Bedrock directory:
-
Import your WordPress database:
-
Activate Lithify:
- Run the
lithify
command and follow the prompts to lithify your site: