ssm-for / example-package
An example package for Roots Acorn.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.0
This package is auto-updated.
Last update: 2024-11-28 17:36:50 UTC
README
This repo can be used to scaffold an Acorn package. See the Acorn Package Development docs for further information.
Installation
You can install this package with Composer:
composer require vendor-name/example-package
You can publish the config file with:
$ wp acorn vendor:publish --provider="AcfPackage\ExamplePackage\Providers\ExampleServiceProvider"
Usage
From a Blade template:
@include('Example::example')
From WP-CLI:
$ wp acorn example