Skip to content

Commit fe81164

Browse files
committed
Added example of adjusting yiiScript path
1 parent 8b7655e commit fe81164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ To use web shell, include it as a module in the application configuration like t
3333
```php
3434
return [
3535
'modules' => [
36-
'webshell' => ['class' => 'samdark\webshell\Module'],
36+
'webshell' => [
37+
'class' => 'samdark\webshell\Module',
38+
// 'yiiScript' => Yii::getAlias('@root'). '/yii', // adjust path to point to your ./yii script
39+
],
3740
],
3841
]
3942
```

0 commit comments

Comments
 (0)