Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4.0 Release framework - Kint Error
#19

I've had this problem too. People have outlined the fix, but to add, you need to copy the Kint.php file into your app. So from the root folder of your project type:

Code:
cp vendor/codeigniter4/framework/app/Config/Kint.php app/Config


I then set permissions on the new file for good measure:

Code:
sudo chmod 775 app/Config/Kint.php
Reply


Messages In This Thread
RE: CodeIgniter 4.0 Release framework - Kint Error - by Fido L Dido - 02-26-2020, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB