Open KhaledLela opened 1 year ago
Same issue
This issue was php artisan package:discover
requires existence of .env
, That fix the issue for me.
But for me it doesn’t make sense specially during pipeline deployment!
This probably won't get fixed. You can solve this by running composer as follow (on Linux)
JWT_SECRET=DummySecret composer install
Subject of the issue
Describe your issue here.
Your environment
Steps to reproduce
Tell us how to reproduce this issue. $ composer install
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead