vendor
bin directory is in your $PATH
so that the installer can be used.my-site
in the current working directory, install the latest version of Bedrock, add the lumberjack-core
dependency and download the most recent Lumberjack starter theme..env
file and update environment variables:DB_NAME
- Database nameDB_USER
- Database userDB_PASSWORD
- Database passwordDB_HOST
- Database hostWP_ENV
- Set to environment (development
, staging
, production
)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 or from the Roots WordPress Salt Generator​/path/to/my-site/web/
http://example.com/admin
and activate the Lumberjack theme.vendor/autoload.php
file outside of the theme, you'll need to add the following to the top of the themes functions.php
:app
bootstrap
config
views
routes.php
file at the root of your theme directory.functions.php
file:vendor/autoload.php
file outside of the theme, you'll need to also add the following to the top of the themes functions.php
: