1 min readOct 4, 2018
- First check if firebase/php-jwt package was installed. Walk through your vendor directory
- Can you see composer installing firebase/php-jwt package when you are doing composer install
your_package ?
- Where are your trying to import those file?
- Show your
composer.json
It should be auto-loaded correctly.