wp-lemon Docs
Requirements
Requirements
Let's get the basics in order first. We need a development setup with several pieces of software in place as well as a capable development server.
What you'll need locally
- PHP >= 8.0.2
- Composer (Installation)
- Latest LTS of Node.js.
- A capable editor like Visual Studio Code
Extension name | Description |
---|---|
Stylelint | Handles style linting on save |
PHP Intelephense | Helps you to import namespaces and functions. |
Twig Language 2 | Will get you some twig shorthands in code like for.. if.. import.. etc. |
Prettier | Lints Twig files on the fly. |
What you'll need on your staging/production server
- Ability to test the document root to /web
- PHP >= 8.0.2 With APCU/OPcache/Imagick
We recommend using Spinup WP for your production servers.
Edit this page on GitHub