-
I'm getting a warning when installing your plugin:
```
Warning: include([…]site/plugins/kirby3-srcset/classes/Kirby/Editor/../../../tests/site/plugins/editor/lib/Block.php): failed to open stream: N…
-
i just updated Kirby in 3.0.1 and fingerprint in 2.3.1 version and i've the following issue when calling :
`Bnomei\Fingerprint::css('css/main.css')`
```
Error thrown with message "Call to a memb…
-
When using the plugin as:
```php
echo page('blog')->children()->visible()->flip()->limit(10)->feed(array(
'title' => $page->feedTitle(),
'description' => $page->feedDescription(),
'…
-
After updating yesterday, via composer, the Blade plugin causes this warning:
```
Warning: require_once(public/site/plugins/kirby-blade/vendor/autoload.php): failed to open stream: No such file or…
-
First of all: Congrats to already having a public Kirby 3 plugin on GitHub! :-D
I recently had a discussion with a fellow developer whether it is really worth the hassle of changing your server con…
-
-
Hey Bruno,
just added an autoid field to a `file` blueprint. got the following error after on field change:
```
[Thu Sep 6 21:19:18 2018] Error: Call to undefined function o2ebf0gz() in /vendor/…
-
consider my composer skript to build a zip file
```json
...
"scripts": {
"build": "composer update; composer dumpautoload -o;",
"zip": "rm kirby3-xmlsitemap.zip; composer update; composer r…
-
`composer require mzur/kirby-uniform:^4.0`
> [InvalidArgumentException]
Could not find package mzur/kirby-uniform in a version matching ^4.0
-
From docs v3:
> You are totally free to use whatever alias you like. Something like superwoman/superplugin is totally fine. The alias and plugin names must only contain characters from a-z and dash…