Need help converting Free Fat Framework .htaccess file to Caddy rewrite

Try the following, it’s for Laravel but I think it will work:

rewrite {
        r .*
        ext /
        to /index.php?{query}
}

Taken from: