There is a wide variety of helpers that include the full path to specify location of resources. How would I go about using file_exists?
I have tried file_exists('https://example.com/public/images/...jpg') but it will always return false, how would I specify a path to help it validate to true?