Yii – URL Routing

  • Post author:
  • Post category:Yii
  • Post comments:0 Comments

To change the default route of the application, you should configure the defaultRoute property. Step 1 − Modify the config/web.php file in the following way. <?php $params = require(__DIR__ . '/params.php'); $config = [ 'id'…

Continue ReadingYii – URL Routing