php - Laravel and Xdebug - I can't debug because of Fatal error: Can't find Controller class that all controllers extend it -
so managed configure xdebug (2.4.0) php 7 (7.0.4). can't use in laravel project. trying debug block of code inside cartcontroller. says there error because can't find controller cartcontroller extends. in phpstorm console: c:\xampp\php\php.exe -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 c:\users\nikolay\dropbox\store\app\http\controllers\cartcontroller.php php fatal error: class 'app\http\controllers\controller' not found in c:\users\nikolay\dropbox\store\app\http\controllers\cartcontroller.php on line 14 php stack trace: php 1. {main}() c:\users\nikolay\dropbox\store\app\http\controllers\cartcontroller.php:0 fatal error: class 'app\http\controllers\controller' not found in c:\users\nikolay\dropbox\store\app\http\controllers\cartcontroller.php on line 14 call stack: 2.1491 376944 1. {main}() c:\users\nikolay\dropbox\store\app\http\controllers\cartcont