Describe the bug
If I want to use a create command (e.g. create-controller) and the application directory does not exist already (like in a new project) the following error occours:
mkdir(): No such file or directory
The application directory should be created automatically by the create commands.
To Reproduce
- Create a new project by using the app template
- Run the following command:
> php avolute create-controller Test
Additional information
AVOLUTIONS version: 0.9.0-alpha
PHP version: 8.0