Skip to content

1.12.0

Choose a tag to compare

@koriym koriym released this 16 Aug 14:11
· 28 commits to 1.x since this release

Added

  • Meta::create($name, $context, $appDir, $writeDir) places an application under {writeDir}/{Vendor}/{Project}/{context}, or its own var/ when null
  • $writeDir on AbstractAppMeta: the base an application writes under, carried rather than derived
  • Meta::appDir($name) resolves an application directory from its name
  • Meta::create() refuses a write directory the current directory would resolve, with WriteDirNotAbsoluteException