This project will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.

Installs: 268

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Open Issues: 0

Type:project

pkg:composer/cooperative-computing/git-wp-base

1.0.8 2023-12-11 12:22 UTC

This package is auto-updated.

Last update: 2025-10-11 16:17:00 UTC


README

This project will create a base installation of Wordpress using the wp-cli/wp-cli package. This project also uses the vlucas/phpdotenv package to avoid committing various changes in the wp-config.php file.

Installation

Begin by installing this package through Composer.

composer create-project cooperative-computing/git-wp-base <destination_directory>

After composer process is finished, update the parameter values in .env file to be used in wp-config.php.

Open the site in your browser and proceed with the WP installation.