0

I have a problem with the gii function in my project.

Error: The file or directory to be published does not exist: C:\xampp\htdocs\basic\vendor\yiisoft\yii2/gii/assets

The mistake I think is because the path is wrong.

WorraccCdP
  • 39
  • 6

1 Answers1

1

Make sure that you are in the DEV environement (YII_ENV_DEV). Check the file web.php in the config folder.

Pather
  • 22
  • 2