nylas-php icon indicating copy to clipboard operation
nylas-php copied to clipboard

Fatal error: Class 'Nylas' not found in C:\xampp\htdocs\nylas-php\index.php on line 5

Open stplsiraj opened this issue 5 years ago • 0 comments

I'm getting the above error while I have already used Nylas, class Nylas not found. Anybody can help me with this?

my code is:

`<?php namespace Nylas;

use Nylas;

$client = new Nylas(***, ***); $redirect_url = 'http://localhost/nylas-php/login_callback.php'; $get_auth_url = $client->createAuthURL($redirect_url);

// redirect to Nylas auth server header("Location: ".$get_auth_url); ?>`

My folder structure is:

Nylas folder

stplsiraj avatar Jan 16 '20 07:01 stplsiraj