You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: