I have XAMPP all set up and working on macOS Tahoe (26.2) with virtual hosts but have a PermissionException issue with Kirby not being able to create the accounts directory. With the error message: “The accounts directory could not be created”.
Has anyone written a guide specifically for XAMPP virtual hosts and user and groups permissions for Kirby?
However, there are tools like Laravel Herd (while Nginx based) that make your dev life a lot easier. No need to create virtual hosts manually, every folder in a given folder becomes a virtual host automatically.
There’s a video how to set up Kirby using this tool as well: https://www.youtube.com/watch?v=us4hwvMJbzs. The free version has everything you need. There’s also a paid version with some extra goodies.
Ah excellent, I gave up on MAMP as I was having no end of problems and XAMPP looked like the only other option. Thanks for sharing I will give Laravel Herd a try