Class App\Path\SomeClass located in ./app/Path/Someclass.php does not comply with psr-4 autoloading standard. Skipping.
The PSR-4 autoloading standard requires the fully qualified class name to match the filesystem path, and is case-sensitive. The namespace prefix is mapped by the psr-4
option in your composer.json
.
There are several options which may resolve this issue. Choose a solution that achieves the desired class name and then update the path and configuration accordingly.
psr-4
namespace prefix within your composer.json
and root folder path map accordingly with the proper casing.Sign in with any of the following services to connect Shift with your Laravel project.
Don't use one of these services?
Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.