Skip to content
New issue

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

There are no commands defined in the "ckeditor" namespace #229

Open
dennis1906 opened this issue Apr 3, 2021 · 2 comments
Open

There are no commands defined in the "ckeditor" namespace #229

dennis1906 opened this issue Apr 3, 2021 · 2 comments

Comments

@dennis1906
Copy link

dennis1906 commented Apr 3, 2021

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?

@Arielblues
Copy link

Arielblues commented Jun 22, 2021

Run the following

composer require friendsofsymfony/ckeditor-bundle

@MarcoValeri
Copy link

Hi @dennis1906

I had the same problem and I realized that I didn't have it into the 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants