The auth config is ok, but you'll need to specify a random key that is used during encryption.
You can generate one by using this artisan command from within your project folder:
php artisan key:generate
i am trying to use lumen-passport( https://packagist.org/packages/dusterio/lumen-passport) in my lumen API project. after following all the procedure in the docs, i get this error : (1/1) RuntimeException No application encryption key has been specified.
I created a config/auth.php file in the root directory. is this the correct location?? i suspect that i must have placed it wrongly.
Please or to participate in this conversation.