Panel, The CURL extension is required

Hi, i have hosted kirby at bplaced for testing, the frontend works. but i can’t get it to activate the panel.

i have changed the config.php:

<?php return [ 'panel' =>[ 'install' => true ] ]; but still get an error message The `CURL` extension is required!

Curl is a PHP extension that is required. If it is not available with your hosting provider, you cannot host Kirby there. I’d contact their support.

thanks for the explanation, does it have something to do with the php version, or is curl something like an additional service?

As I wrote, it is a PHP package, and usually it is installed You can try different PHP versions, they are often different in what is compiled into them.

https://www.php.net/manual/en/book.curl.php