Describe the bug
Whenever I try to use the command-line to generate docs for my project it throws the following error: [ERROR] Could not create export path
I run it like this: php vendor/bin/roster C:\xampp\htdocs\framework\classes
To Reproduce
Steps to reproduce the behavior:
- Open git-bash (Windows) in your root directory. In my case I want to generate documentation for the project
framework, so I open git-bash in framework.
- I run it like this:
php vendor/bin/roster C:\xampp\htdocs\framework\classes (classes is basically the src folder most people use for their classes etc.)
- results in:
[ERROR] Could not create export path
Expected behavior
It will throw the following error: [ERROR] Could not create export path
PHP Version
8.0
Additional context
I do have permission within the directory.
I open my git-bash in the framework directory (which would be the root).
Describe the bug
Whenever I try to use the command-line to generate docs for my project it throws the following error: [ERROR] Could not create export path
I run it like this: php vendor/bin/roster C:\xampp\htdocs\framework\classes
To Reproduce
Steps to reproduce the behavior:
framework, so I open git-bash inframework.php vendor/bin/roster C:\xampp\htdocs\framework\classes(classes is basically thesrcfolder most people use for their classes etc.)[ERROR] Could not create export pathExpected behavior
It will throw the following error:
[ERROR] Could not create export pathPHP Version
8.0
Additional context
I do have permission within the directory.
I open my git-bash in the
frameworkdirectory (which would be the root).