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
Hi there, I am using Symfony 5.2.4 and wanted to integrate the FOS CKEditor Bundle in my project.
Unfortunately the command php bin/console ckeditor:install causes the following error:
php bin/console ckeditor:install
There are no commands defined in the "ckeditor" namespace.
Does anyone have an idea what to do?
The text was updated successfully, but these errors were encountered:
Run the following
composer require friendsofsymfony/ckeditor-bundle
Sorry, something went wrong.
Hi @dennis1906
I had the same problem and I realized that I didn't have it into the config/bundle.php
config/bundle.php
config/bundles.php: return [ // ... FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], ];
I had the above line of code, then I run again php bin/console ckeditor:install and it works.
No branches or pull requests
Hi there,
I am using Symfony 5.2.4 and wanted to integrate the FOS CKEditor Bundle in my project.
Unfortunately the command
php bin/console ckeditor:install
causes the following error:There are no commands defined in the "ckeditor" namespace.
Does anyone have an idea what to do?
The text was updated successfully, but these errors were encountered: