yard / brave-scaffold
Scaffold commands for Brave
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 5
Type:package
pkg:composer/yard/brave-scaffold
Requires
- php: >=8.1
- roots/acorn: ^4.3
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- 10up/wp_mock: ^0.4.2
- larastan/larastan: ^2.9
- orchestra/testbench: ^8.27
- pestphp/pest: ^2.36
- szepeviktor/phpstan-wordpress: ^1.3
- yard/php-cs-fixer-rules: ^1.0
This package is auto-updated.
Last update: 2025-12-05 13:06:12 UTC
README
Requirements
Installation
To install this package using Composer, follow these steps:
-
Install this package with Composer:
composer require yard/brave-scaffold
-
Run the Acorn WP-CLI command to discover this package:
wp acorn package:discover
Usage
Content types
This package provides a set of scaffolding commands to help you quickly set up common content types in Brave:
wp acorn scaffold:knowledgebase wp acorn scaffold:news wp acorn scaffold:person wp acorn scaffold:project
Child Themes
To create a child theme you can run the following command. This will create a child theme directory in
web/app/themes/{slug} that has Sage as the parent theme.
wp acorn scaffold:sage-child {slug}
More information about child themes can be found in Brave and Sage Child Theme Support