library encryption-compat
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
sevenshores/encryption-compat
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
- Wednesday, February 22, 2017
- by ryanwinchester
- Repository
- 1 Watchers
- 1 Stars
- 13 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 18 % Grown
EncryptionCompat
Encryption compatibility for Laravel < 5.1 on PHP 7.1, (*1)
Install
composer require "sevenshores/encryption-compat:~5.0"
- remove
'Illuminate\Encryption\EncryptionServiceProvider'
from config/app.php
- add
'SevenShores\EncryptionCompat\EncryptionServiceProvider'
to config/app.php
- change
cipher
to 'AES-128-CBC'
in config/app.php
- run
php artisan key:generate
Notes
Use at your own risk., (*2)
License
MIT, (*3)
Thanks
-
@sisve for the idea
-
Laravel for the code. I mostly sliced up existing code.
4.1.x-dev
4.1.9999999.9999999-dev
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
Sources
Download
MIT
The Development Requires
5.0.x-dev
5.0.9999999.9999999-dev
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
Sources
Download
MIT
v5.0.0
5.0.0.0
Encryption Service Provider for Laravel < 5.1 for PHP 7.1 compatibility
Sources
Download
MIT