elseif/bedrock

WordPress/Bedrock boilerplate Elseif AB

1.0.1 2016-11-27 12:09 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:13:46 UTC


README

The project package is used as boilerplate at Elseif AB to new WordPress projects.

This project is supposed to be initialized with a composer create-project elseif/bedrock your-project-name.

Change all MyProject and my-project to your project name and namespace!

The package is under work in progress and will change over time.

Requirements

Bedrock

Roots Bedrock is the foundation.

Homestead Laravel

Vagrant box Homestead as a "per project install".

vagrant up

PHP Deployer

Deployer scripts use PHP Deployer.

Tests

Requirements

  • Node and CasperJS, install: npm install -g phantomjs casperjs

Running tests

Run quality assurance test through composer:

composer run-script test

Checks/runs:

  • PHPCS
  • PHPMD
  • PHPUnit

Other

  • roots-wp-salt
  • Use Gitflow in your projects via Sourcetree or install Gitflow with brew: brew install git-flow.