-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
SocialiteProviders/Providers
#254Labels
Description
@m1guelpf Is there is an ability to have extra composer package which will include all the Providers together? I just want to have all of them in my application, and don't want to install and update them one by one.
composer require socialiteproviders/providers
which will clone https://github.com/SocialiteProviders/Providers repository.
Only one provider has nested src
folder inside of the provider directory, so if its structure will be updated it will be completely satisfy PSR-4 standard.
- OSChina