I am writing code with yii2 advance.
Warning: require($file): failed to open stream: No such file or directory in C:\xampp\htdocs\Yii-Dummy\vendor\composer\autoload_real.php on line 66 Fatal error: require(): Failed opening required '$file' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\Yii-Dummy\vendor\composer\autoload_real.php on line 66.
This problem is showing me. Please say me what can i do.
$file
variable did not get expanded. Your best bet is runningcomposer
before anything else. – sba