I am trying to install laravel socialite plugin using this command
composer require laravel/socialite
but i got this
Using version ^3.0 for laravel/socialite ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1 - fgrosse/phpasn1 2.0.1 requires ext-gmp * -> the requested PHP extension gmp is missing from your system. - fgrosse/phpasn1 2.0.1 requires ext-gmp * -> the requested PHP extension gmp is missing from your system. - fgrosse/phpasn1 2.0.1 requires ext-gmp * -> the requested PHP extension gmp is missing from your system. - Installation request for fgrosse/phpasn1 (locked at 2.0.1) -> satisfiable by fgrosse/phpasn1[2.0.1].
To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini You can also run
php --ini
inside terminal to see which files are used by PHP in CLI mode.content.