patternlab-php-core
patternlab-php-core copied to clipboard
Replace File Looksups with Class Lookups
Classic example is Template.php and loaders. Look at loaded classes rather than load class based on file path. The latter is unreliable long-term.