Pavel Babushkin

Results 1 comments of Pavel Babushkin

When framework package installed, those classes presented in `vendor` directory and correctly registered in composer autoload (autoload_classmap), like this: ``` 'Illuminate\\Console\\Command' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Command.php', ```