Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

yusuf128's avatar

lumen vue

No application encryption key has been specified

i have already generate key using this https://packagist.org/packages/maxsky/lumen-app-key-generator but still error like No application encryption key has been specified

0 likes
2 replies
bobbybouwmann's avatar

Did you confirm that the key is available in your .env file?

yusuf128's avatar

@bobbybouwmann Yes like this APP_KEY=base64:XXXXXXXXXXXXXXXXXXXXXXXXXXXXX

also i have implemented "dusterio/lumen-passport": "^0.2.10", and "dingo/api": "^2", packages.

sometime worked and sometime give error like "No application encryption key has been specified"

Please or to participate in this conversation.