I\'m using Laravel 5.0 for all my projects. Yesterday, I\'ve updated my PHP version from 7.0.x to version 7.1.0. Once updated, I tried opening my Laravel project and saw thi
to solve this just change cipher in app.php from 'MCRYPT_RIJNDAEL_128' to 'AES-256-CBC'