I've been facing a lot of problem with "Class Not Found" error. But recently I recognized the original problem. My previous two questions regarding the issue:-
Composer Gives Error, "Class Not Found"
PHP Composer PSR-4 Autoloading And Sub-Namespaces, Class Not Found
I'm interested in working with classes having extension class.php
, e.g. parent.class.php
and child.class.php
. But composer doesn't seem to recognize these files and "Class Not Found" error is displayed. The problem is resolved if I use simple .php extension (child.php
and parent.php
).
I was wondering if it is possible to make composer work with .class.php
extension for my php class files?