I have a Laravel project that works fine locally (Mavericks), but classes under psr-4 aren\'t loading on our stage server (CentOS). I\'m getting a Reflection \"class not found\"
Namespaces, folders and file names are case sensitive.
If you have 'App\website' you must call it in php file 'App\website' is correct but 'App\Website' is wrong