eighteen73 / nebula

WordPress boilerplate with Composer, easier configuration, and an improved folder structure
MIT License
3 stars 0 forks source link

Nebula

Overview

Nebula is a modern WordPress stack that helps you get started with the best development tools and project structure.

Much of the philosophy behind Nebula is inspired by the Twelve-Factor App methodology including the WordPress specific version.

Nebula is heavily based on Bedrock by Roots with an eighteen73 flavour.

Features

Requirements

Installation

  1. Create a new project:
    $ composer create-project eighteen73/nebula
  2. Update environment variables in the .env file. Wrap values that may contain non-alphanumeric characters with quotes, or they may be incorrectly parsed.
  1. Add theme(s) in web/app/themes/ as you would for a normal WordPress site
  2. Set the document root on your webserver to Nebula's web folder: /path/to/site/web/
  3. Access WordPress admin at https://example.com/wp/wp-admin/