InstallationΒΆ

To install the package, put the following in your composer.json:

"require": {
        "franzose/closure-table": "dev-master"
}

And to app/config/app.php:

'providers' => array(
        // ...
        'Franzose\ClosureTable\ClosureTableServiceProvider',
),