-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Socialite installation will have the default packages removed #696
Comments
I just want to install laravel/socialite but every time I install it, it deletes default packages like framework or tinker.. and crashes my whole project. I don't know how to fix it |
|
@crynobone I don't know what I installed wrong that caused this problem. You can see the information when I used composer require below:
|
Based on above information it's clear that:
|
So what exactly should I do? I'm new and don't know how to determine exactly how to fix it. Please help me, thank you |
I have solved the problem |
Socialite Version
^5.12
Laravel Version
^10.10
PHP Version
^8.1
Database Driver & Version
MySQL 8.2.0
Description
When I use the command: Composer require laravel/socialite, it removes default packages like tinker, framework which affects my project and it cannot launch. I also cannot reinstall those packages using the composer update... command.
My composer.json:
Steps To Reproduce
I don't do this step
The text was updated successfully, but these errors were encountered: