patternlab-php-core
patternlab-php-core copied to clipboard
This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
I've been interested in the idea of installable patterns for PL2 for a while now. Once `InstallerUtil` was done I saw that it was more flexible than just installing PatternEngines...
Hi Pattern-Lab folks, I've created a [Pattern Lab Fluid Edition](https://github.com/NamelessCoder/patternlab-fluid-edition) - Fluid is the templating language of the TYPO3 and Neos CMS'es - and in that regard I came across...
**Moved from #154:** Drop all code from all the different edition repos, decoupling them from `patternlab-php-core`. Currently all editions have identical code for the console launcher, server router and Composer...
`LineageHelper` has some special handling for Twig. We should move this to `patternengine-php-twig` as core should be templating engine agnostic. I think this should be possible to do by adding...
Pattern Lab's edition architecture can be confusing. This is more a global thing than anything, but this repo is a good example. Right now the README says: > This repository...
I'd like to propose refactoring Pattern Lab PHP to use Symfony components and best practices as much as possible. **Pros:** - Less custom code. - Pattern Lab PHP already uses...
[Original pull request](https://github.com/drupal-pattern-lab/patternlab-php-core/pull/17) from the Drupal Pattern Lab Fork which already merged in [these 9 ](https://github.com/drupal-pattern-lab/patternlab-php-core/pulls?q=is%3Apr+is%3Aclosed)previous PRs. This allows for for any of the default set of Pattern Lab data...
In Patternlab 1 it was possible to do that: Opening http://localhost:8080/?p=atoms-colors Example of source/_meta/_00-head.mustache ``` html ``` The expected output is something like: ``` html ``` I've been trying to...
Consolidates the handful of places where Pattern Lab PHP Core sets up (and re-sets up) the Pattern Loader engine into a single instance -- matching up with the way all...
Intended to fix #35 to bring in configurable paths besides just pointing towards source directory. This needs to be backwards compatible as well.