-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package "spatie/laravel-ray" is not installed #153
Comments
add this to composer.json to disable this shitty package |
@brmn Can you provide some details about your configuration? Or better yet, a small sample repo that replicates the issue? |
@brmn also, we aim to have a positive atmosphere on this issue tracker. We don't tolerate any rudeness, so I would appreciate you communicating any issues or remarks in a constructive way 👍 |
my composer.json on any error i get "Package "spatie/laravel-ray" is not installed" message |
ray is great, but I found that I had to install "vanilla" ray instead of the laravel package to get it to work. YMMV |
sorry for incontinence |
Can you see which one of these packages pulls in Ray? |
@jmalko if you want to, create a separate issue with a clear description of the problem you faced with laravel-ray |
@freekmurze My guess is that it's related to the InstalledVersions::getVersion() call in echo InstalledVersions::getVersion('spatie/laravel-ray-missing') . PHP_EOL; |
I could be, but it's strange that it would give an exception for itself not being installed. @brmn can you post the full stack trace of the error? |
` OutOfBoundsException Package "spatie/laravel-ray" is not installed at vendor/composer/composer/src/Composer/InstalledVersions.php:144
10 app/Exceptions/Handler.php:32
13 [internal]:0 |
@brmn Just ruling out all possibilities here - are you using composer v2? |
No, i use v1 but question is why i have to worry about issues of a package that i dont want to use |
This is probably fixed by #156, I just released a new version that includes the changes in that PR. |
I have fresh laravel 8 installation with some spatie packages and get
Package "spatie/laravel-ray" is not installed
And i dont want it to be installed
Why do i get this?
The text was updated successfully, but these errors were encountered: