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
In your config/app.php configuration file, you should update the cipher to "AES-256-CBC" and set your key to a random 32 byte string which may be securely generated using php artisan key:generate