Skip to content

Instantly share code, notes, and snippets.

@galihazizif
Created November 7, 2017 08:01
Show Gist options
  • Save galihazizif/2303668b26c4eae4eae0d136bcb613cd to your computer and use it in GitHub Desktop.
Save galihazizif/2303668b26c4eae4eae0d136bcb613cd to your computer and use it in GitHub Desktop.
Konfigurasi app Yii2
$config = [
...,
'components' => [
'user' => [
'class' => 'yii\web\User',
'loginUrl' => ['/site/loginx'],
],
...,
...
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment