Cant Access App\Filters directory CodeIgniter4
I’m trying to makes a JWT Filter with CI4, but when I about to set my filter in /Config/Filter.php it always says the class is not found although it definitely in the /App/Filters/ directory. I’ve been trying to make new directory in /App and named it AuthFilter still no luck /Config/Filter.php : <?php namespace Config;… Read More Cant Access App\Filters directory CodeIgniter4