Download the PHP package gwa/bedrock-multisite-skeleton without Composer
On this page you can find all versions of the php package gwa/bedrock-multisite-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package bedrock-multisite-skeleton
Bedrock Multisite Skeleton
A WordPress Bedrock multisite skeleton. This project is trying to simplify the way we're setting up a new WordPress project. Don't repeat yourself.
Much of the philosophy behind Bedrock is inspired by the Twelve-Factor App methodology including the WordPress specific version.
Features
- Dependency management with Composer
- Better folder structure
- Easy WordPress configuration with environment specific files
- Environment variables with Dotenv
- Whoops is a nice little library that helps you deal with errors and exceptions in a less painful way.
- Autoloader for mu-plugins (use regular plugins as mu-plugins)
- Debug Bar Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
- Developer A plugin, which helps WordPress developers develop.
- [Stage Switcher] Detects all the enviroments in WordPress.
- MultisiteDirectoryResolver Adds filters that correct directory paths in a Wordpress multisite install with the WordPress installation in a custom subfolder.
- Koodimonni composer lang support
Plugins & Themes
We are using WordPress Packagist for plugins. To add a plugin from the WordPress Plugin Directory add the to the required array in the composer.json file. Specify them with wpackagist-plugin
following by the plugin slug name. Example below.
Please note that this also works with themes and WordPress multi-site plugins.
Requirements
- PHP >= 5.4
Installation
Install Bedrock Multisite by issuing the Composer create-project
command in your terminal:
composer create-project gwa/bedrock-multisite-skeleton
- Copy
.env.example
to.env
and update environment variables:DB_NAME
- Database nameDB_USER
- Database userDB_PASSWORD
- Database passwordDB_HOST
- Database hostWP_ENV
- Set to environment (development
,staging
,production
)WP_HOME
- Full URL to WordPress home (http://example.com)WP_SITEURL
- Full URL to WordPress including subdirectory (http://example.com/wp)
- Access WP admin at
http://example.com/wp/wp-admin
Read more about setting up Bedrock Multisite
on our installation documentation page.
Deploys
Any other deployment method can be used as well with one requirement:
composer install
must be run as part of the deploy process.
Documentation
Contributing
Contributions are welcome from everyone. We have contributing guidelines to help you get started.
Community
Keep track of development and community news.
- Participate on the Roots Discourse
- Follow @rootswp on Twitter
- Read and subscribe to the Roots Blog
- Subscribe to the Roots Newsletter
All versions of bedrock-multisite-skeleton with dependencies
composer/installers Version ~1.0.22
johnpbloch/wordpress Version 4.4
koodimonni/composer-dropin-installer Version 0.2.4
koodimonni-language/core-de_de Version 4.4
koodimonni-language/core-en_gb Version 4.4
gwa/wp-disable-auto-update Version ~1.0
gwa/multisite-directory-resolver Version ~2.1
vlucas/phpdotenv Version ~2.0.1
anolilab/wordpress-salt-generator Version ~1.2