Hi friends this is my folder structure
googleauth
-app
--classes
---googleauth.php
--init.php
-vendor
--autoload.php
I have given the following path in init.php
require_once 'vendor/autoload.php';
require_once 'classes/GoogleAuth.php';
then the error is shown as
Warning: require_once(vendor/autoload.php): failed to open stream: No such
file or directory in C:\xampp\htdocs\tutorials\googleauth\app\init.php on
line 5
Fatal error: require_once(): Failed opening required 'vendor/autoload.php'
(include_path='C:\xampp\php\PEAR') in
C:\xampp\htdocs\tutorials\googleauth\app\init.php on line 5
So how can I resolve it by giving the correct path for the file