vatu/project-wordpress

Starter WordPress project from Vatu.

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 1

Open Issues: 10

Type:project

pkg:composer/vatu/project-wordpress

dev-trunk 2025-10-10 03:16 UTC

README

Starter WordPress project from Vatu.

Creating a WordPress Project

Installing PHP, Node

Before creating your WordPress Project, make sure that your local machine has Git, PHP, Composer, and Node installed.

Create a Project

With PHP and Composer installed on your local machine run, substituting {project-name} for your new projects name.

composer create-project vatu/project-wordpress {project-name} -s dev

It can also be create using docker.

docker run --rm --interactive --tty --volume $PWD:/app composer create-project vatu/project-wordpress {project_name} -s dev

Renaming the Project

  1. Change the project name references in readme.md
  2. Change the project name references in package.json

Initial Configuration

Create a .env files based off example.env and populate with your locat environment values.

php -r "copy('example.env', '.env');"

Contact

Vatu - info@vatu.co.uk