To run Naruto RPG we recommend your host supports:
- PHP version 8.1 or greater.
- MariaDB version 10.6 or greater.
- HTTPS support
- PDO/MySQL
- Run
ddev start
to start the docker containers. - Run
ddev composer install
to install all dependencies.
DDEV provides xdebug directly. It can be activated and deactivated at runtime.
Enable it by executing:
$ ddev xdebug on
Disable it by executing:
$ ddev xdebug off