Download the PHP package cdk-comp/cdkage without Composer
On this page you can find all versions of the php package cdk-comp/cdkage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cdk-comp/cdkage
More information about cdk-comp/cdkage
Files in cdk-comp/cdkage
Package cdkage
Short Description WordPress starter theme with a modern development workflow
License MIT
Homepage https://roots.io/sage/
Informations about the package cdkage
CDKage based Sage
CDKAGE is a Sage based WordPress starter theme with a modern development workflow.
Features
- Sass for stylesheets
- Modern JavaScript
- Webpack for compiling assets, optimizing images, and concatenating and minifying files
- Browsersync for synchronized browser testing
- Blade as a templating engine
- Controller for passing data to Blade templates
- ACF support with custom modules development
- ACF Builder configuration arrays for Advanced Custom Fields Pro using the builder pattern and a fluent API
- Ultimate Fields support with custom modules development
See a working example at roots-example-project.com.
Requirements
Make sure all dependencies have been installed before moving on:
- WordPress >= 4.9.8
- Advanced Custom Fields >= 5.7.6 or
- Ultimate Fields >= 3.0.2
- PHP >= 7.1.3 (with
php-mbstringenabled) - Composer
- Node.js >= 6.9.x
- Yarn
Theme installation
Install CDKage using Composer from your WordPress themes directory (replace your-theme-name below with the name of your theme):
To install the latest development version of Sage, add dev-master to the end of the command:
During theme installation you will have options to update style.css theme headers, select a CSS framework, and configure Browsersync.
Theme structure
Theme setup
Edit app/setup.php to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
Theme development
- Run
yarnfrom the theme directory to install dependencies - Update
resources/assets/config.jsonsettings:devUrlshould reflect your local development hostnamepublicPathshould reflect your WordPress folder structure (/wp-content/themes/cdkagefor non-Bedrock installs)
Build commands
yarn start— Compile assets when file changes are made, start Browsersync sessionyarn build— Compile and optimize the files in your assets directoryyarn build:production— Compile assets for production
Documentation
Contributing
Contributions are welcome from everyone.
CDKage sponsors
Help support our open-source development efforts by:
- Buy a hosting (and receive $10 credit!)
- PayPal donate
- Buy me a coffee
Community
- Participate on the Telegram
TODO
- [ ] Make example project with cdk-comp/bedrock and vagrant-easyengine
- [ ] Update dependencies for Node.js
- [ ] Make ACF builder module
- [ ] Include showcase screencast about a CDKage
All versions of cdkage with dependencies
composer/installers Version ~1.0
illuminate/support Version 5.6.*
roots/sage-lib Version ~9.0.5
soberwp/controller Version ~2.1.0
stoutlogic/acf-builder Version ^1.8