PHP: autoloader can't find the file
问题 I'm using autoloader to load classes by their namespaces, it's working fine on localhost but not on server online. When Autoloader.php loads classes PHP shows me this error : Warning: require(\..\backoffice\controllers\EquipementsManager.php) failed to open stream: No such file or directory But I'm sure the path is correct and the file EquipementsManager.php exists in this path !Which means the autoloader is loading classes properly with the right path but PHP keeps giving me No such file or