A Collection of useful utilities for concrete5 developers.
Add the start instruction in your app.php under /application/bootstrap/ folder
<?php
/* @var Concrete\Core\Application\Application $app */
/* @var Concrete\Core\Console\Application $console only set in CLI environment */
XanUtility\Runner::boot();
A Full documentation will be available soon.
See the list of contributors who participate(s) in this project.
XanUtility for Concrete5 is licensed under the MIT License - see the LICENSE file for details