elseif / bedrock
WordPress/Bedrock boilerplate Elseif AB
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7
- composer/installers: ~1.0.12
- johnpbloch/wordpress: *
- oscarotero/env: ^1.0
- roots/wp-password-bcrypt: 1.0.0
- vlucas/phpdotenv: ^2.0.1
- wp-cli/wp-cli: *
Requires (Dev)
This package is not auto-updated.
Last update: 2025-02-15 21:28:05 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
- PHP >= 7
- Composer - Install
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
.