websk/php-simple-router

There is no license information available for the latest version (1.0.3) of this package.

1.0.3 2018-12-03 15:32 UTC

This package is auto-updated.

Last update: 2024-04-17 18:05:40 UTC


README

$config = [
    'static_data_path' => '/var/www/my_site/public/static',
    'sitemap' => [
        'root' => ''
    ],
    'site_domain' => 'http://my_site.net'
];

Set config \WebSK\Config\ConfWrapper::setConfig($config)