Pico/lib
Daniel Rudolf f52e3dc890
Add Pico::getVendorDir()
The vendor directory is the installation path of the `picocms/Pico` package. If `picocms/Pico` is the composer root package (as in pre-bundled releases), it should be identical to `Pico::getRootDir()`. However, if `picocms/Pico` was installed as composer dependency (e.g. by `picocms/pico-composer`), the vendor directory usually corresponds to something like `Pico::getRootDir() . "vendor/picocms/pico"`. The vendor directory is currently only used as a last resort to load Pico's sample contents.
2017-05-01 22:27:57 +02:00
..
AbstractPicoPlugin.php Rename Pico 1.1 to Pico 2.0 2016-12-12 15:31:06 +01:00
Pico.php Add Pico::getVendorDir() 2017-05-01 22:27:57 +02:00
PicoPluginInterface.php Rename Pico 1.1 to Pico 2.0 2016-12-12 15:31:06 +01:00
PicoTwigExtension.php Various small improvements 2017-05-01 15:12:13 +02:00