Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Uncaught Error: Class 'DBlackborough\Quill\Render' not found #134

Closed
lokit-iscitech opened this issue Sep 1, 2021 · 1 comment
Closed

Comments

@lokit-iscitech
Copy link

Copied the example in

https://www.transmute-coffee.com/php-quill-renderer.php#demo

and getting the error:

Uncaught Error: Class 'DBlackborough\Quill\Render' not found"
I copied the files in src directory in the same folder as the php file I am running.

I am new to php and don't what is wrong.

@deanblackborough
Copy link
Owner

@lokit-iscitech

It sounds like you are not using a dependancy manager like Composer.

Although in the same directory, your PHP script will not have access to any of the other classes, you will have to either include all the necessary classes manually (not recommended) or switch to using Composer.

It is worth working out how to use Composer as you'll eventually want to use another library in your project.

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

No branches or pull requests

2 participants