A Git repository to use as a starting point for new Pressody (PD for short) sites.
This is a modern WordPress stack that comes with a better folder structure, predictable management (based on Composer), easy configuration, and solid security practices.
On top of what Bedrock offers, we lay our Pressody ecosystem to deliver for blissful experiences in creating and managing WordPress sites.
We take upon ourselves responsibilities such as updates, security, performance, so you don't have to.
- Better folder structure
- Dependency management with Composer
- Easy WordPress configuration with environment specific files
- Environment variables with Dotenv
- Autoloader for mu-plugins (use regular plugins as mu-plugins)
- Enhanced security (separated web root and secure passwords with wp-password-bcrypt)
If you want to dig deeper and understand at a more fundamental level the way the various parts work, here are a few pointers:
- The Bedrock documentation
- PHP >= 7.4
- Composer - Install
The site structure is based on the wonderful work of Roots called Bedrock.