Download the PHP package gladeye/blueprint without Composer
On this page you can find all versions of the php package gladeye/blueprint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gladeye/blueprint
More information about gladeye/blueprint
Files in gladeye/blueprint
Package blueprint
Short Description WordPress project starter kit, based on the excellent Bedrock boilerplate and Sage theme
License MIT
Informations about the package blueprint
Blueprint
WordPress project starter kit, based on the excellent Bedrock boilerplate and Sage theme
🚨 Currently in real battle testing...
Features
- Better Wordpress folder structure
- Manage Wordpress plugins and dependency via Composer
- Easy WordPress configuration with environment specific files
- Environment variables with Dotenv
- Autoloader for mu-plugins (use regular plugins as mu-plugins)
- Sass and ES6 Javascript for front-end development with HMR enabled
- Webpack for compiling assets
- Laravel's Blade as a templating engine
Requirements
Installation
-
Create a new project in a new folder for your project:
-
Update environment variables in
.env
file: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)AUTH_KEY
,SECURE_AUTH_KEY
,LOGGED_IN_KEY
,NONCE_KEY
,AUTH_SALT
,SECURE_AUTH_SALT
,LOGGED_IN_SALT
,NONCE_SALT
If you want to automatically generate the security keys (assuming you have wp-cli installed locally) you can use the very handy wp-cli-dotenv-command:
Or, you can cut and paste from the Roots WordPress Salt Generator.
- Run
yarn start
and build something awesome!
Theme structure
Theme setup
Edit app/setup.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
Additional docs
- Scripts
License
MIT © Gladeye
All versions of blueprint with dependencies
composer/installers Version ~1.2.0
vlucas/phpdotenv Version ^2.0.1
johnpbloch/wordpress Version 4.8.0
oscarotero/env Version ^1.0
roots/wp-password-bcrypt Version 1.0.0
roots/sage Version 9.0.0-beta.3