class Manifest extends PackageManifest (View source)

This manifest was heavily inspired by Statamic.

.

Methods

void
build()

Build the addon manifest.

void|array
formatPackage(array $package)

Format a given composer package into our addon format.

Collection
addons()

Get a collection of our addons.

Details

void build()

Build the addon manifest.

Return Value

void

protected void|array formatPackage(array $package)

Format a given composer package into our addon format.

Parameters

array $package

Return Value

void|array

Collection addons()

Get a collection of our addons.

Return Value

Collection