Welcome Guest, Not a member yet? Register   Sign In
debug toolbar not showing in xampp
#2

For the debugging panel to work properly, it’s enough to correctly specify the $baseURL in the file app/Config/App.php in accordance with the Apache config.

As example:

httpd-vhosts.conf
<VirtualHost *:80>
    DocumentRoot "C:/xampp/htdocs/ci4example/public"
    ServerName ci4.domain.com
</VirtualHost>

app/Config/App.conf
public $baseURL = 'http://ci4.domain.com/';
Reply


Messages In This Thread
debug toolbar not showing in xampp - by nmaa3003 - 05-23-2020, 10:50 PM
RE: debug toolbar not showing in xampp - by vitnibel - 05-24-2020, 01:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB