CodeIgniter Forums
Shieldon Firewall - Web Application Firewall for CodeIgniter. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Shieldon Firewall - Web Application Firewall for CodeIgniter. (/showthread.php?tid=74603)



Shieldon Firewall - Web Application Firewall for CodeIgniter. - allenlee - 10-13-2019

Hello.

I have just launched the project website for my new work - Shieldon Firewall.

https://shieldon.io/

The guide for CodeIgniter 3 and 4.

https://shieldon.io/en/guide/codeigniter.html

I hope you like it.


RE: Shieldon Firewall - Web Application Firewall for CodeIgniter. - schwaluck - 02-18-2021

(10-13-2019, 10:09 PM)allenlee Wrote: Hello.

I have just launched the project website for my new work - Shieldon Firewall.

https://shieldon.io/

The guide for CodeIgniter 3 and 4.

https://shieldon.io/en/guide/codeigniter.html

I hope you like it.

I tried to include the Shieldon firewall for my Codeigniter 4 web application. I first ran "composer require shieldon/shieldon ^2" as in the tutorial, then made the adjustments in Filters.php and created the controller.
But now I always get the following error message when I call my URL:

Class 'Shieldon\Firewall\Intergration\CodeIgniter4' not found

I'm unfortunately not that versed in PHP yet, but I could imagine that the file can't be found.The folders for Shieldon were created by the Composer command above the public_html directory, do you think this is the problem and if so, how should the directory structure look like?


It would be great if you could help me out here.

Many greetings
schwaluck