Url rules:
urlmanager is configured as an application component in [[yii aseApplication]]. You can access the instance through Yii: Yii::$app->urlManager
You can add an array to "components" under your application configuration, the example is as follows:
'urlManager' => [ 'enablePrettyUrl' => true, 'rules' => [ // your rules go here ], // ... ]
rules rule example:
[ 'dashboard' => 'site/index', 'POST <controller:w+>s' => '<controller>/create', '<controller:w+>s' => '<controller>/index', 'PUT <controller:w+>/<id:d+>' => '<controller>/update', 'DELETE <controller:w+>/<id:d+>' => '<controller>/delete', '<controller:w+>/<id:d+>' => '<controller>/view', ]; rules' => [ // 为路由指定了一个别名,以 post 的复数形式来表示 post/index 路由 'posts' => 'post/index', // id 是命名参数,post/100 形式的URL,其实是 post/view&id=100 'post/<id:d+>' => 'post/view', // controller action 和 id 以命名参数形式出现 '<controller:(post|comment)>/<id:d+>/<action:(create|update|delete)>'=> '<controller>/<action>', // 包含了 HTTP 方法限定,仅限于DELETE方法 'DELETE <controller:w+>/<id:d+>' => '<controller>/delete', // 需要将 Web Server 配置成可以接收 *.digpage.com 域名的请求 'http://<user:w+>.digpage.com/<lang:w+>/profile' => 'user/profile',]
The above is the content of yii2.0 UrlManage link url rule analysis. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor

WebStorm Mac version
Useful JavaScript development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1
Easy-to-use and free code editor
