Standalone Application
Installation
git clone https://github.com/web-token/jwt-app.git
cd jwt-app
composer install --no-dev --optimize-autoloader --classmap-authoritative./bin/joseLast updated
Was this helpful?
To install the standalone application, you have to clone the repository and install the dependencies.
We consider that git and composer are correctly installed.
git clone https://github.com/web-token/jwt-app.git
cd jwt-app
composer install --no-dev --optimize-autoloader --classmap-authoritativeYou will find the standalone console command in the bin folder.
./bin/joseLast updated
Was this helpful?
Was this helpful?