A basic PHP application to display XKDC
- PHP >=7.2
- Composer
- Xdebug (for testing purpose)
composer install
Make sure to set the public folder as your server document root.
If your are using the php built-in server, you can run
php -S localhost:8080 -t public/
composer test