Closed bezin closed 1 year ago
I was not aware that the base
is actually just used/mentioned for the public folder setup. I think having it along the lines of $this->app->root('base') ?? $this->app->root('index')
should fix that. I will push a fix for that
Please let me know if that works
Works flawless now, thanks for the quick fix 🙏 👍
Hi Lukas,
thanks for this plugin. I wanted to try it out, but when I run
kirby types:create
it fails due to/types.php
not being writable. This path made me suspicious and as far as I gathered from the code, the path should have been prepended with the Kirbybase
root. I have this root set up in myindex.php
but apparently these are ignored by Kirby CLI andbase
does not seem to be a default root? When I runkirby roots
it also does not list abase
root.Any idea what might be the issue? I don't have much experience with the Kirby 3 CLI, but I am happy to provide more information. Just let me know.
Best
Edit: The Kirby version used is
3.9.2