Most probably, packages are installed into root/vendor/mypackage. For configuration and use of this package you need to check at that package official site OR GitHub repository.
Aug 18, 2017
3
Level 1
Locate third party packages with composer install
I have a website build with laravel and I need to install a third party payment gateway. I ran the composer command composer require mypackage/mypackage-php.
This command installed the package and I want to know where the installed files are located and how to use this package(add a class instance) within our controllers, repositories,etc.
Level 42
Please or to participate in this conversation.