BoxUK WordPress Project Skeleton
A base WordPress project from Box UK to get you up and running quickly.
Installation
Create a new project with composer
composer create-project boxuk/wp-project-skeleton my-project --stability=dev
Install with the simple install script
bin/install my-project
Note: This is an interactive command.
Usage
Frontend:
You will be faced with a security warning.
On Chrome, type
thisisunsafe
to bypass. On other browsers follow the prompts.To find out more about this and what options you have, read the dedicated section on HTTPS.
Admin:
https://my-project.local/wp-admin
Username is:
admin
An admin password would have been generated during install, but unless you were beady eyed you probably missed it. You can easily regenerate an admin password using the following command:
bin/docker/wp user update admin --user_pass=your_password_here
Features
You can read more about all of these features in this post on the Box UK blog.
Documentation
- Getting Started
- Usage
- Keeping up to date
- Troubleshooting
- Premium plugins
- Patched plugins
- VIP project?
- Monorepo
- Custom code
- Working with a styleguide
- i18n
- Tools
- Testing