zirkeldesign / acorn-fse
A Roots Acorn package, to provide FSE compatibility for Sage 10.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Type:package
Requires
- php: ^8.1
- roots/acorn: ^3.2
Requires (Dev)
- laravel/pint: ^1.13
- pestphp/pest: ^2.24
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- roave/security-advisories: dev-latest
- roots/wordpress-no-content: ^6.4
- szepeviktor/phpstan-wordpress: ^1.3
- wp-cli/wp-cli: ^2.9
README
🔥 This package is a work in progress. 🔥
This roots/acorn
package provides a way to use
the WordPress Full Site Editing
features in a Sage 10. Inspired
by strarsis/sage10-fse
.
Requirements
- Acorn
- PHP >= 8.1
Installation
Install this package with Composer:
composer require zirkeldesign/acorn-fse
Add the package to the cached package manifest.
wp acorn package:discover
You can publish the config file with:
$ wp acorn vendor:publish --tag="fse-config"
Usage
Needs to be documented.