Skip to content

Commit

Permalink
Add gii module
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 4, 2024
1 parent e89c14f commit 69ea0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"vimeo/psalm": "^5.20",
"yiisoft/yii-debug-api": "3.0.x-dev",
"yiisoft/yii-debug-viewer": "^3.0@dev",
"yiisoft/yii-gii": "dev-master",
"yiisoft/yii-testing": "dev-master"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions config/web/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'locale' => [
'locales' => ['en' => 'en-US', 'ru' => 'ru-RU', 'de' => 'de-DE'],
'ignoredRequests' => [
'/gii**',
'/debug**',
'/inspect**',
],
Expand Down

0 comments on commit 69ea0bb

Please sign in to comment.