patternlab-php
patternlab-php copied to clipboard
The PHP version of Pattern Lab
The documentation currently specifies typing `php core/console --server`to view patterns. Would it be possible to include the additional options for specifying / changing the host and port number? Additionally, it...
https://github.com/pattern-lab/plugin-node-tab looks super useful (I'd like to display CSS/SCSS partials in my UI) but there's no corresponding plugin for the PHP version. Is there any existing way to do this...
When I have a project in a dir like `~/cool websites/project/patternlab` and I start the server, the server returns a 500 error in the browser. After tailing my `php_error.log` I...
Whenever i try to use Gulp with gulpfile.js in the project root to serve patternlab, whose folder is placed at first level inside the project (i.e. in '[project folder]/styleguide'), i...
Am I right in saying that to customise the CSS/markup that Pattern Lab produces, I'd need to be running the dev version? I'm not talking about my own patterns but...
I am using PatternLab PHP & Twig. I have a pattern that using some custom data (specifically, a 'dir' attribute on the html tag - to support right-to-left languages). When...
All of the instructions in documentation and across the internet say to set up the Gruntfile with: `command: "php lab/core/builder.php -gp"` but this results in an error. Unless I'm missing...
I just started the Read Me walk-through and installed composer and following the steps for loading the starterkit using option:1 It gets through the set up for: Installing pattern-lab/edition-mustache-standard (v2.0.0)...
I think using meteor as the base framework might improve a lot of the items you still would like to have (like auto loading of new components, auto reload of...
Number 3 in the [Upgrade Guide](http://patternlab.io/docs/upgrading.html) > Copy ./source/_patterns/00-atoms/00-meta/_01-foot.mustache to ./source/_meta/_00-foot.mustache It should still be _**01**-foot.mustache ``` // Template.php $patternFootPath = $metaDir.DIRECTORY_SEPARATOR."_01-foot.".$patternExtension; ``` Not sure if anyone stumpled upon this...