Hey there,
we’re using the public folder setup describd in the docs (Configuration | Kirby CMS). I am using MAMP pro without problems, but my collegue tries to use it with the php server, which doesn’t seem to work.
Running php -S localhost:8000 public/index.php
will render the page, but accessing the panel doesn’t work
Running php -S localhost:8000 kirby/router.php
won’t render the site.
Is it possible to use the php server with this setup?