Skip to content

Instantly share code, notes, and snippets.

@ydatech
Created October 2, 2016 12:54
Show Gist options
  • Select an option

  • Save ydatech/010872419c85bc80306f5ed224c9dfbe to your computer and use it in GitHub Desktop.

Select an option

Save ydatech/010872419c85bc80306f5ed224c9dfbe to your computer and use it in GitHub Desktop.
edit Config
'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'
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment