wpscholar/wp-skeleton

Setup a new WordPress installation via Composer.

Maintainers

Package info

github.com/wpscholar/wp-skeleton

Type:project

pkg:composer/wpscholar/wp-skeleton

Statistics

Installs: 461

Dependents: 0

Suggesters: 0

Stars: 35

Open Issues: 0

1.0.6 2020-02-24 21:39 UTC

This package is auto-updated.

Last update: 2026-02-25 11:01:49 UTC


README

Setup a new WordPress installation via Composer

Requirements

PHP 5.6+

Prerequisites

Install Composer

Installation

$ composer create-project wpscholar/wp-skeleton {directory}

Replace {directory} above with the folder name of your new project.

Configuration

Open up the .env file and edit your database credentials. The default file is designed to work with Local.

Reminder

Don't forget to:

  • Customize the readme.md file for your project
  • Update the project's meta data in the composer.json file.