numaxlab / nova-ckeditor5-classic

A Laravel Nova CKEditor5 Classic Field.
MIT License
39 stars 41 forks source link

I can not install on laravel 7 Ckeditor 5 #14

Open arhitektorr opened 4 years ago

arhitektorr commented 4 years ago

I can not install on laravel 7 Ckeditor 5 gives an error Unable to locate publishable resources. How can I install it correctly with the ability to insert images in the content. novaFailuer

FabioSTI commented 4 years ago

Same here ...

TotemGit commented 4 years ago

Add NumaxLab\NovaCKEditor5Classic\FieldServiceProvider::class, into the config/app.js providers array.
Then run php artisan vendor:publish and choose the NovaCKEditor5Classic from the list, that worked for me.

FabioSTI commented 4 years ago

@TotemGit Thanks. It worked; you made my day.

arhitektorr commented 4 years ago

@TotemGit How can I add the function of inserting the code, according to the documentation, nothing happened

TotemGit commented 4 years ago

@TotemGit How can I add the function of inserting the code, according to the documentation, nothing happened

@Sliper959595 I don't know what you mean, can you elaborate? Did my instructions work to publish the resources?

arhitektorr commented 4 years ago

@TotemGit I want to enable the ability to clear the text format in the editor, but I can't display this button in the editor. How to do this, according to the instructions did not work.