Hi,
I find the info on the Kint debugger pretty useless. So, does anyone know of a way to pipe output to the terminal for debugging a codeigniter 4 app?
Just a simple 'echo "Hello World"'; would do just fine.
I simly need to figure out what function is triggered on the server when passing data ...