-
If you do a clean fresh install with just:
`composer create-project pyrocms/pyrocms`
everything is OK, until you add pyrocms-theme with:
`composer require websemantics/pyrocms-theme`
the p…
-
I get an error installing the builder on a **windows10 machine**
composer require websemantics/builder-extension
[ErrorException] ZipArchive::extractTo(C:\pyrocms/vendor/composer/4d589e26/websemanti…
-
Something like `php artisan install --license=yes --db=mysql ... ...` would be nice for deployments.
-
Hi,
I used your plugin in my project, but it toggle sometimes.
I mean if i click on a filter for second time, layout changes into inline vertically and multiple "data-filter"s doesn't work.
May I know…
-
Hello,
I do get this error:
``` php
ErrorException in metadata.twig line 26:
An exception has been thrown during the rendering of a template ("variable @primary is undefined in file anonymous-file-0…
-
When I include Figlet.js to the front-end using [browserify](http://browserify.org/), the whole thing stops working because of the `fs` module.
I tried to avoid calling methods that use `fs` mainly b…
-
Hello,
I want to create custom block where I want to add my own icon from assets. I create block:
```
{
"type": "left_arrow",
"message0": "%1",
"args0": [
{
"type": …
-
https://github.com/websemantics/awesome-ant-design
-
Hi and thank you for this project,
I had an issue with running the code on a Project Pages type Github repository, I also thought it would be easier for people to import from Bower / Node,
So here's…
-
It displays the first group correctly, after that, the Optgroup take the picture and label of the first child.
This:
**Blue**
{t} Twitter
{f} Facebook
**Red**
{y} Youtube
Becomes:
**Blue**
{t} Twitt…