websk/php-simple-router

此包最新版本(2.0.0)没有提供许可证信息。

2.0.0 2024-08-21 17:42 UTC

This package is auto-updated.

Last update: 2024-09-21 17:50:14 UTC


README

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

设置配置 \WebSK\Config\ConfWrapper::setConfig($config)