2017 © Pedro Peláez
 

project bedrock

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

image

3makkk/bedrock

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  • Saturday, June 16, 2018
  • by 3makkk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 824 Forks
  • 0 Open issues
  • 58 Versions
  • 0 % Grown

The README.md

Bedrock

Packagist Build Status, (*1)

Bedrock is a modern WordPress stack that helps you get started with the best development tools and project structure., (*2)

Much of the philosophy behind Bedrock is inspired by the Twelve-Factor App methodology including the WordPress specific version., (*3)

Features

  • Better folder structure
  • Dependency management with Composer
  • Easy WordPress configuration with environment specific files
  • Environment variables with Dotenv
  • Autoloader for mu-plugins (use regular plugins as mu-plugins)
  • Enhanced security (separated web root and secure passwords with wp-password-bcrypt)

Requirements

  • PHP >= 7.1
  • Composer - Install
  • Docker

Installation

  1. Create a new project: sh $ composer create-project roots/bedrock
  2. Update environment variables in the .env file:
    • Database variables
    • DB_NAME - Database name
    • DB_USER - Database user
    • DB_PASSWORD - Database password
    • DB_HOST - Database host
    • Optionally, you can define DATABASE_URL for using a DSN instead of using the variables above (e.g. mysql://user:password@127.0.0.1:3306/db_name)
    • WP_ENV - Set to environment (development, staging, production)
    • WP_HOME - Full URL to WordPress home (https://example.com)
    • WP_SITEURL - Full URL to WordPress including subdirectory (https://example.com/wp)
    • AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT
    • Generate with wp-cli-dotenv-command
    • Generate with our WordPress salts generator
  3. Add theme(s) in web/app/themes/ as you would for a normal WordPress site
  4. Set the document root on your webserver to Bedrock's web folder: /path/to/site/web/
  5. Access WordPress admin at https://example.com/wp/wp-admin/

Documentation

Bedrock documentation is available at https://roots.io/bedrock/docs/., (*4)

Contributing

Contributions are welcome from everyone. We have contributing guidelines to help you get started., (*5)

Bedrock sponsors

Help support our open-source development efforts by becoming a patron., (*6)

Kinsta KM Digital itineris, (*7)

Community

Keep track of development and community news., (*8)

The Versions

16/06 2018

dev-master

9999999-dev https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

05/04 2018

1.8.9

1.8.9.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

06/02 2018

1.8.8

1.8.8.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

06/02 2018

1.8.7

1.8.7.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

18/01 2018

1.8.6

1.8.6.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

30/11 2017

1.8.5

1.8.5.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

16/11 2017

1.8.4

1.8.4.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

31/10 2017

1.8.3

1.8.3.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

20/09 2017

1.8.2

1.8.2.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

03/08 2017

1.8.1

1.8.1.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

09/06 2017

1.8.0

1.8.0.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

17/05 2017

1.7.9

1.7.9.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

04/05 2017

1.7.8

1.7.8.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

21/04 2017

1.7.7

1.7.7.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

06/03 2017

1.7.6

1.7.6.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

27/01 2017

1.7.5

1.7.5.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

12/01 2017

1.7.4

1.7.4.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

06/12 2016

1.7.3

1.7.3.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

07/09 2016

1.7.2

1.7.2.0 https://roots.io/bedrock/

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer roots vagrant bedrock

16/08 2016
10/07 2016
21/06 2016
06/05 2016
27/04 2016
13/04 2016
03/03 2016
01/03 2016

1.5.4

1.5.4.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

03/02 2016

1.5.3

1.5.3.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

01/02 2016

1.5.2

1.5.2.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

28/01 2016

1.5.1

1.5.1.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

17/01 2016

1.5.0

1.5.0.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

07/01 2016

1.4.7

1.4.7.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

09/12 2015

1.4.6

1.4.6.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

16/09 2015

1.4.5

1.4.5.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

18/08 2015

1.4.4

1.4.4.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

04/08 2015

1.4.3

1.4.3.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

24/07 2015

1.4.2

1.4.2.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

30/06 2015

1.4.1

1.4.1.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

08/06 2015

1.4.0

1.4.0.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

07/05 2015

1.3.7

1.3.7.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

27/04 2015

1.3.6

1.3.6.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

23/04 2015

1.3.5

1.3.5.0 https://roots.io/bedrock/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer roots vagrant bedrock

01/03 2015

dev-travis-tests

dev-travis-tests http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer vagrant capistrano

22/02 2015

1.3.4

1.3.4.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

19/02 2015

1.3.3

1.3.3.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

18/12 2014

1.3.2

1.3.2.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

28/11 2014

1.3.1

1.3.1.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

20/11 2014

1.3.0

1.3.0.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

04/09 2014

1.2.7

1.2.7.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

07/08 2014

1.2.6

1.2.6.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

16/07 2014

1.2.5

1.2.5.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

17/04 2014

1.2.4

1.2.4.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

16/04 2014

1.2.3

1.2.3.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

14/04 2014

1.2.2

1.2.2.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

08/04 2014

1.2.1

1.2.1.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

08/04 2014

1.2.0

1.2.0.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

12/03 2014

1.1.1

1.1.1.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano

01/03 2014

1.1.0

1.1.0.0 http://roots.io/wordpress-stack/

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

wordpress wp stack composer vagrant capistrano