sevenshores/encryption-compat
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
28
1
| Install | |
|---|---|
composer require sevenshores/encryption-compat |
|
| Latest Version: | v5.0.0 |
| License: | MIT |
| Last Updated: | Feb 22, 2017 |
| Links: | GitHub · Packagist |
Maintainer: ryanwinchester
EncryptionCompat
Encryption compatibility for Laravel < 5.1 on PHP 7.1
Install
composer require "sevenshores/encryption-compat:~5.0"- remove
'Illuminate\Encryption\EncryptionServiceProvider'fromconfig/app.php - add
'SevenShores\EncryptionCompat\EncryptionServiceProvider'toconfig/app.php - change
cipherto'AES-128-CBC'inconfig/app.php - run
php artisan key:generate
Notes
Use at your own risk.
License
MIT