yard / wp-block-registrar
An Acorn package for WordPress block registration.
Package info
github.com/yardinternet/wp-block-registrar
Type:package
pkg:composer/yard/wp-block-registrar
v1.1.0
2026-09-02 14:08 UTC
Requires
- php: >=8.2
- roots/acorn: ^4.0 || ^5.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- 10up/wp_mock: ^0.4.2
- larastan/larastan: ^3.0
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^3.0 || ^4.0 || ^5.0
- szepeviktor/phpstan-wordpress: ^2.0
- yard/php-cs-fixer-rules: ^1.0
This package is auto-updated.
Last update: 2026-09-02 14:08:54 UTC
README
An Acorn package for WordPress (Gutenberg) block registration.
Features
- Register client side and server side blocks from config See config for all configuration options.
Requirements
- Sage >= 10.0
Installation
To install this package using Composer, follow these steps:
-
Install this package with Composer:
composer require yard/wp-block-registrar
-
Run the Acorn WP-CLI command to discover this package:
wp acorn package:discover
You can publish the config file with:
wp acorn vendor:publish --provider="Yard\Block\BlockServiceProvider"