Skip to content
Advertisement

Tag: opentbs

Use composer’s autoload to load OpenTBS plugin for tinybutstrong

I am using tinybutstrong and it’s opentbs plugin. Until now I did use an explicit require of the two source files for that but I want to switch to composer with autoloading. So I want to go from this to this (or something similar) but that fails with the error TinyButStrong Error with plug-in ‘OPENTBS_PLUGIN’: no class named ‘OPENTBS_PLUGIN’ is

Advertisement