Skip to content

A collection of useful classes and methods for concrete5 developers

License

Notifications You must be signed in to change notification settings

Xanweb/xan_utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XanUtility for Concrete5

A Collection of useful utilities for concrete5 developers.

How To Use

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.

Authors

See the list of contributors who participate(s) in this project.

License

XanUtility for Concrete5 is licensed under the MIT License - see the LICENSE file for details