Skip to content

Instantly share code, notes, and snippets.

@ydatech
Created October 9, 2016 11:57
Show Gist options
  • Select an option

  • Save ydatech/1585b45ed8302cd1bf1cd6a9e2d24eda to your computer and use it in GitHub Desktop.

Select an option

Save ydatech/1585b45ed8302cd1bf1cd6a9e2d24eda to your computer and use it in GitHub Desktop.
urlManager
'urlManager' => [
'enablePrettyUrl' => true,
'enableStrictParsing' => true,
'showScriptName' => false,
'rules' => [
'GET '=>'site/index',
'POST auth/signup'=>'auth/signup',
'POST auth/login'=>'auth/login',
'GET lokasi'=>'lokasi/index',
'GET kategori'=>'kategori/index',
[
'class'=>'yii\rest\UrlRule',
'controller' => ['kontak'=>'kontak']
]
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment