I am currently trying to use Uploadcare as a service for my website to help me to upload images. I am very new to Laravel and have am stuck on a single instruction. Following the instructions below, I do not understand by what is meant when he says, "Call the Uploadcare\Api class through app()->Uploadcare? Can someone please clarify. Clicking on the link of Uploadcare\Api takes me to a 900 line file with the following structure:
In your original question, you refer to the tutorial stating to call the uploadcare class via app()->Uploadcare, which is equivalent to app(Uploadcare::class)->someMethod().