We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currenty when kickstart the needed files it doesent show the $packageKey in the generateCrudController method.
$packageKey
generateCrudController
This is caused by a / which is in the getNamespaceBaseDirectory() method:
/
getNamespaceBaseDirectory()
CrudForms/Classes/Command/CrudGeneratorService.php
Line 151 in fe9499f
When removing the / the output looks as i would expect it:
I suspect the reason for this is that there is already a / here. And therefore it could not resolve the path correctly.
Lines 137 to 139 in fe9499f
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currenty when kickstart the needed files it doesent show the
$packageKey
in thegenerateCrudController
method.Screenshot
This is caused by a
/
which is in thegetNamespaceBaseDirectory()
method:CrudForms/Classes/Command/CrudGeneratorService.php
Line 151 in fe9499f
When removing the
/
the output looks as i would expect it:I suspect the reason for this is that there is already a
/
here. And therefore it could not resolve the path correctly.CrudForms/Classes/Command/CrudGeneratorService.php
Lines 137 to 139 in fe9499f
The text was updated successfully, but these errors were encountered: