
WordPlate
WordPlate is a boilerplate for WordPress, built with Composer and designed with sensible defaults.
[](https://github.com/vinkla/wordplate/a...)
[](https://packagist.org/packages/vinkla...)
[](https://packagist.org/packages/vinkla...)
[Features](#features)
[Installation](#installation)
[Configuration](#configuration)
[Plugins](#plugins)
[Vite.js](#vitejs)
[Mail](#mail)
[FAQ](#faq)
[Upgrade Guide](#upgrade-guide)
[Acknowledgements](#acknowledgements)
Features
*WordPress + Composer = ♥️*
WordPress can be installed and updated with ease using Composer. To update WordPress, simply run the command `composer update`.
*Environment Files*
Similar to Laravel, WordPlate stores environment variables, such as database credentials, in an `.env` file.
*WordPress Packagist*
WordPress Packagist enables the management of WordPress plugins and themes through Composer.
*Must-use plugins*
Don't worry about clients deactivating plugins; [must-use plugins](https://wordpress.org/support/article...) are enabled by default.
*Vite.js*
Using Vite, you can rapidly set up and begin building and minifying your CSS and JavaScript.
*Debugging*
Familiar debugging helper functions are integrated such as `dump()` and `dd()`.
*Clean UI*
Enhance the WordPress dashboard and improves the [user experience](https://user-images.githubusercontent...) for clients.
*Security*
We've replaced WordPress' outdated and insecure MD5-based password hashing with modern and secure bcrypt using the [`roots/wp-password-bcrypt`](https://github.com/roots/wp-password-...) package.