Answer the question
In order to leave comments, you need to log in
Composer can't symlink a local package?
When you run composer install / update - the package is correctly loaded via a symlink into the vendor folder, phpstorm sees it and calmly navigates to its classes by ctrl. But Laravel throws an error:
include(/var/www/vendor/composer/../package/my-package/src/Laravel/MyPackageServiceProvider.php): failed to open stream: No such file or directory
"require": {
"package/my-package": "dev"
},
//***
"packagist.org": false,
"local": {
"type": "path",
"url": "../my-package",
"options" : {
"symlink": true
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question