Closed mandrasch closed 6 years ago
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 dashes though.
Kirby::plugin([ 'name' => 'programmieraffe/oerhoernchen-kirby3-plugin',
results in
Fatal error: Uncaught Kirby\Exception\InvalidArgumentException: The plugin name must follow the format "abc/def" in XXX/kirby/src/Cms/Plugin.php:87
Update: Oh, nevermind - i added a number. 🙈
From docs v3:
Kirby::plugin([ 'name' => 'programmieraffe/oerhoernchen-kirby3-plugin',
results in