Getting a class not found error in PHP. Here are the steps I took to resolve this issue.
Autoloading issues are common. Make sure your composer.json is properly configured.
PSR-4 autoloading standard is the way to go. Great explanation!