| Package Data | |
|---|---|
| Maintainer Username: | ryanwinchester |
| Maintainer Contact: | code@ryanwinchester.ca (Ryan Winchester) |
| Package Create Date: | 2017-02-20 |
| Package Last Update: | 2017-02-22 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:12:05 |
| Package Statistics | |
|---|---|
| Total Downloads: | 28 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Encryption compatibility for Laravel < 5.1 on PHP 7.1
composer require "sevenshores/encryption-compat:~5.0"
'Illuminate\Encryption\EncryptionServiceProvider' from config/app.php
'SevenShores\EncryptionCompat\EncryptionServiceProvider' to config/app.php
cipher to 'AES-128-CBC' in config/app.php
php artisan key:generate
Use at your own risk.
MIT