I wanna know how to generate 32 size App_KEY in php artisan ?
cuz, in my project it generates APP_KEY like this, I tried php artisan key:generate
'base64:zHJvDAIBtVN83kzkjqUZNv42w9gjd8FZZllqdqn0EBQ='
And this error causes an encryption-algorithm error when I try to read data from webservice !
The APP_KEY generated by artisan is intended for use inside the Laravel framework, not to use with a third party web service. Read the documentation of the web service you want to use how to obtain a key. Most web services provide a PHP library to integrate it into your project.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community