xtlsoft/XPHP

View on GitHub
Config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * XPHP Configure File
     * 
     * You can add your providers here.
     * 
     */

    return function ($App) {

        $App->boot('\X\Middleware\Filter');
        
    };