parth-vora-7 / Laravel-Realtime-Chat

Real time group & private chat using Laravel brodcasting, Laravel Echo, Socket.io and Redis
http://52.66.22.29/lara_chat/public
48 stars 37 forks source link

Encrypter issue #2

Open thorlucas opened 6 years ago

thorlucas commented 6 years ago

I'm getting

RuntimeException in Encrypter.php line 43:
The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

After doing everything in your setup.

parth-vora-7 commented 6 years ago

Just run php artisan key:generate And you are good to go.

Thanks On 19 Jul 2017 2:10 a.m., "thorlucas" notifications@github.com wrote:

I'm getting

RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

After doing everything in your setup.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xparthx/laravel-realtime-chat/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AEC5u0jAsqqACqk6C5n6Ca_xXzRmU63Vks5sPRgqgaJpZM4Ob5NO .

Chirema commented 6 years ago

Dear Parth,

Since GitHub does not allow for private messaging, I just want to thank you wholeheartedly for this amazing repository.