vatu / project-wordpress
Starter WordPress project from Vatu.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 6
Type:project
Requires
- php: ~8.3
- composer/installers: ^2.3.0
- cweagans/composer-patches: ^1.7.3
- humanmade/s3-uploads: ^3.0
- johnpbloch/wordpress: ^6.8.1
- roots/wp-config: ^1.0
- vlucas/phpdotenv: ^5.6.2
- wpackagist-plugin/better-passwords: ^1.8
- wpackagist-plugin/disable-emojis: ^1.7.6
- wpackagist-plugin/fluent-smtp: ^2.2
- wpackagist-plugin/safe-svg: ^2.3.1
- wpackagist-plugin/two-factor: ^0.13.0
- wpackagist-plugin/wordpress-seo: ^25.0
- wpackagist-plugin/wp-robots-txt: ^1.3.4
Requires (Dev)
- captainhook/captainhook: ^5.25.2
- ergebnis/composer-normalize: *
- wpackagist-plugin/duplicate-post: ^4.5
- wpackagist-plugin/log-deprecated-notices: ^0.4.1
- wpackagist-plugin/query-monitor: ^3.17
- wpackagist-plugin/rewrite-rules-inspector: ^1.4
- wpackagist-plugin/rewrite-testing: ^0.1.1
- wpackagist-plugin/transients-manager: ^2.0.7
- wpackagist-plugin/user-switching: ^1.9.2
- wpackagist-plugin/wordpress-beta-tester: ^3.6.3
- wpackagist-plugin/wordpress-importer: ^0.8.4
- wpackagist-plugin/wp-crontrol: ^1.19
- wpackagist-theme/twentytwentyfive: ^1.2
This package is auto-updated.
Last update: 2025-05-13 00:32:33 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
- Change the project name references in
readme.md
- 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