Actually i’m in internship and i must add features on a site web who as been implement by someone who have quit the company (So i can only ask help to you :D).
The back-end of this site web is implement in PHP (nice, i’m beginner in PHP)and is hosted on a FTP server. Actually i must implement a JWT authentification, so i need to install PHP-jwt package with vendor (It’s what i understood)
composer require firebase/php-jwt
I guess it’s working as npm in node but i don’t know where to enter this command line as there is no console in FileZilla.
Where should I enter this command line to install php-jwt package ?
Thanks in advance
Tags: ph