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
If I use code template 'crud/editable', I got Error: Class 'kartik\grid\EditableColumnAction' not found
May be should add package to requirement in composer or write about it in Readme.md (to install kartik packages manually) ?
The text was updated successfully, but these errors were encountered:
When using the CLI you should actually see a message, see also https://github.com/schmunk42/yii2-giiant/blob/master/src/generators/crud/providers/extensions/EditableProvider.php#L24
The generator has a requires property, which can be populated with such information.
generator
requires
Sorry, something went wrong.
I dont use the CLI, only web interface
It isn't very likely that the WebUI will be fixed soon. I can just recommend using CLI for various reasons.
No branches or pull requests
If I use code template 'crud/editable', I got Error:
Class 'kartik\grid\EditableColumnAction' not found
May be should add package to requirement in composer or write about it in Readme.md (to install kartik packages manually) ?
The text was updated successfully, but these errors were encountered: