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

CkEditor not working on Heroku with PHP stack #237

Open
wehostadm opened this issue Oct 19, 2021 · 1 comment
Open

CkEditor not working on Heroku with PHP stack #237

wehostadm opened this issue Oct 19, 2021 · 1 comment

Comments

@wehostadm
Copy link

wehostadm commented Oct 19, 2021

Hi,

I try to use this bundle with Symfony 4 and everything work in local but when I push on production on Heroku, the assets don't want to install. Please note that I don't use a Rail stack but a PHP stack on Heroku.

I use the command :

heroku run php bin/console ckeditor:install
heroku run php bin/console assets:install public

No error message but the assets are not install in the public folder.

How can I do ?

Thanks,

@wehostadm wehostadm changed the title Heokru with ckeditor and PHP CkEditor not working on Heroku with PHP stack Oct 19, 2021
@knarficious
Copy link

Hi,

The best way is to write scripts in your composer file, as explained in the doc: https://symfony.com/bundles/FOSCKEditorBundle/current/usage/ckeditor.html#composer-script.
I succeeded to deploy on heroku this way.

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

2 participants