Modern web development with Wordpress
- Composer (for WP core and plugins)
- Docker as a local dev environment (PHP7, PhpMyAdmin, MailCatcher)
- Webpack Encore for assets
$ cp .env.example .envand configure it$ docker-compose up -d$ docker-compose exec wp composer install$ npm install && npm start
| Service | Path |
|---|---|
| Website | http://localhost:8080 |
| PhpMyAdmin | http://localhost:8081 |
| MailCatcher | http://localhost:8082 |