Closed JohnnyMcWeed closed 4 years ago
Run vendor\bin\luya theme/create on Windows
vendor\bin\luya theme/create
Theme creation should work.
Exception 'yii\base\InvalidArgumentException' with message 'Invalid path alias: @app\themes\thetheme'
Does the exception appear after pressing submit or did you enter informations?
The problem is the DIRECTORY_SEPARATOR which takes \ on windows. This is not working with the alias.
DIRECTORY_SEPARATOR
\
What steps will reproduce the problem?
Run
vendor\bin\luya theme/create
on WindowsWhat is the expected result?
Theme creation should work.
What do you get instead?
Exception 'yii\base\InvalidArgumentException' with message 'Invalid path alias: @app\themes\thetheme'