Install JWT Package
composer require firebase/php-jwt
After installing the jwt package, add JWT_SECRET on the .env file
.env
JWT_SECRET = ‘JWT SECRET KEY SAMPLE HERE’
Install JWT Package
composer require firebase/php-jwt
After installing the jwt package, add JWT_SECRET on the .env file
.env
JWT_SECRET = ‘JWT SECRET KEY SAMPLE HERE’