You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
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
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:
The application directory should be created automatically by the create commands.
To Reproduce
> php avolute create-controller TestAdditional information
AVOLUTIONS version: 0.9.0-alpha
PHP version: 8.0