Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 588 Bytes

Acorn Example Package

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="VendorName\ExamplePackage\Providers\ExampleServiceProvider"

Usage

From a Blade template:

@include('Example::example')

From WP-CLI:

$ wp acorn example