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' => [
|
||||
'useFileTransport' => true,
|
||||
],
|
||||
'assetManager' => [
|
||||
'basePath' => __DIR__ . '/../web/assets',
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user