Error I am getting is :
PHP Fatal error: Uncaught Error: Class ‘yii\web\Controller’ not found in /Applications/MAMP/htdocs/yii-application/backend/controllers/SiteController.php:13
Stack trace: #0 {main}
thrown in /Applications/MAMP/htdocs/yii-application/backend/controllers/SiteController.php on line 13
I am new to Yii, but I am trying to configure development environment for it. I have installed PHPStorm, and everything is working on web browser if I open through URLs in a browser.
I want to debug code through step by step debugging and for that I have installed Plugins, Yii2 Support, Yii2 Inspections, and Php Inspections.
(Just to clear out the confusion: The Yii Root Path, Yii2 Support, Yii2 Inspections & PHP Inspections have nothing to do with xdebug & the problem you’re facing.)
The Debugger configuration seems ok. Now how did you configure your Debug configuration?