Documentation

app

Namespaces

support

Interfaces, Classes and Traits

AppAssetsInterface
The app assets interface enforces a pattern in which applications must be able to locate an asset for their operation, and they must be able to list all the assets they need to operate.
AppCollection
The app collection is intended to provide spitfire with a good mechanism to look up applications by either class path or url.
AppManifest
The app manifest object contains information that the user can define by adding a manifest file to the project. Currently, the only way to add manifest information to a project is through composer.json
AppNotFoundException
This exception is raised whenever Spitfire has been unable to locate an app.
Cluster
A cluster is a collection of applications that this spitfire instance is managing.
NamespaceMapping
RecursiveAppAssetLocator
The recursive app asset locator does exactly this. It iterates over a folder that the application specified and list all the assets.

Search results