fenom/fs-entity-loader

Fenom extension: load tag and modifier from FS

1.0.3 2015-08-06 07:22 UTC

This package is auto-updated.

Last update: 2024-03-29 02:39:24 UTC


README

Just like Smarty.

Install

Use composer:

{  
    "require": {
        "fenom/fs-entity-loader": "1.*"
    }
}

Setup

Add traits into your Fenom class:

class MyFenom extends Fenom {
    use Fenom\EntityLoaderTrait;
    use Fenom\FSEntityLoaderTrait;
}

Use

$fenom->addPluginDir('./plugins');

Format