Skip to content

atillay/wordpress-starter

Repository files navigation

WordPress starter

Modern web development with Wordpress

Features

  • Composer (for WP core and plugins)
  • Docker as a local dev environment (PHP7, PhpMyAdmin, MailCatcher)
  • Webpack Encore for assets

Quickstart

  • $ cp .env.example .env and 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

About

Wordpress running with Composer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published