ssm-for/example-package

An example package for Roots Acorn.

dev-main 2024-03-28 15:11 UTC

This package is auto-updated.

Last update: 2024-04-28 16:32:35 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