To fix create @webroot (#95)
https://github.com/Codeception/Codeception/issues/3706
This commit is contained in:
parent
2e12823e83
commit
679887a988
@ -14,6 +14,9 @@ return [
|
|||||||
'mailer' => [
|
'mailer' => [
|
||||||
'useFileTransport' => true,
|
'useFileTransport' => true,
|
||||||
],
|
],
|
||||||
|
'assetManager' => [
|
||||||
|
'basePath' => __DIR__ . '/../web/assets',
|
||||||
|
],
|
||||||
'urlManager' => [
|
'urlManager' => [
|
||||||
'showScriptName' => true,
|
'showScriptName' => true,
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user