
Otherwise, you should rename the file manually. If you install WordPlate via Composer, this file will automatically be renamed to. In a fresh WordPlate installation, the root directory of your application will contain a. To make this a cinch, WordPlate utilizes the vlucas/phpdotenv PHP package. For example, you may wish to use a different database locally than you do on your production server. It is often helpful to have different configuration values based on the environment where the application is running. If you're lazy like us, visit our salt key generator and copy the randomly generated keys to your. If the salt keys isn't set, your user sessions and other encrypted data will not be secure. Typically, these strings should be 64 characters long. The next thing you should do after installing WordPlate is adding salt keys to your environment file. The index.php in this directory serves as the front controller for all HTTP requests entering your application. Install WordPlate by issuing the Composer create-project command in your terminal:Īfter installing WordPlate, you should configure your web server's document / web root to be the public directory. So, before using WordPlate, make sure you have Composer installed on your machine. WordPlate utilizes Composer to manage its dependencies. To use WordPlate, you need to have at least PHP 8.1 and MySQL 8.0 installed on your machine. With the roots/wp-password-bcrypt package we've replaced WordPress outdated and insecure MD5-based password hashing with the modern and secure bcrypt. WordPlate takes control over the WordPress dashboard and provides a better UX for your clients. With Vite you can quickly get up and running to build and minify your CSS and JavaScript.įamiliar debugging helper functions are integrated such as dump() and dd(). With WordPress Packagist you may manage your WordPress plugins and themes with Composer.ĭon't worry about client deactivating plugins, must-use plugins is enabled by default.

Similar to Laravel, WordPlate puts environment variables within an. WordPress is installed using Composer which allows WordPress to be updated by running composer update.

It's like building any other WordPress website with themes and plugins. Note The package has been renamed in version 12, see the upgrade guide.
