Quantcast
Channel: Live News for Yii Framework
Viewing all articles
Browse latest Browse all 3361

[news] Router and fastroute adapter 1.1.0

$
0
0

Router and its fastroute adapter were tagged. This version adds support for multiple hosts via Route::hosts() and Group::hosts():

Route::get('/')
    ->hosts(
        'https://yiiframework.com/',
        'https://yiiframework.ru/'
    );
    
Group::create()
    ->hosts(
        'https://yiiframework.com/',
        'https://yiiframework.ru/'
    );

Viewing all articles
Browse latest Browse all 3361

Trending Articles