-
Notifications
You must be signed in to change notification settings - Fork 73
Laravel 5.8 support #46
Comments
It looks like there's a pull request already to handle this. |
Any updates on this? I'm in the same boat with needing to install this on version 5.8. Thanks! |
For now, you can add this to your composer.json
Then run |
$ php -d memory_limit=-1 composer.phar require austinheap/laravel-database-encryption Problem 1 Installation failed, reverting ./composer.json to its original content. $ php -d memory_limit=-1 composer.phar require mckibbe/laravel-database-encryption "dev-master#b664138259083dde56b4e718962ece5e26b81933" [InvalidArgumentException] require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] []... what do we do please ? thnx |
@stickeegreg, I tried that on Laravel 5.8 and got this error: [InvalidArgumentException] |
@katieben I edited my comment above - try that |
@stickeegreg Thanks! Getting closer, it's down to this now: Your requirements could not be resolved to an installable set of packages. Problem 1 Installation failed, reverting ./composer.json to its original content. |
As this package seems to be abandoned, I am now using this lightweight approach: https://laracasts.com/discuss/channels/laravel/encrypting-model-data |
If this package is indeed abandoned I think I’m screwed. I really hope @austinheap will find some time to update the package. 👍 |
@RobertCordes I forked the package awhile ago and implemented L5.8 compatibility. Works in a number of production systems, all good. I'll also keep care of the package in my repo. It's not available via Packagist, though. |
@jangrimm Thanks. Right now I'm using the fork from @mckibbe (https://github.com/mckibbe/laravel-database-encryption). Still, with this kind of core functionality it would be nice to have the original repo under active development. Not that I can think of any missing functionality :) But it would be nice to at least hear from @austinheap that this repo isn't completely abandoned. Otherwise there's always this feeling that some day things can go south. Maybe that's just me though. |
@jangrimm PRs are welcome. @RobertCordes Not abandoned by any stretch. I'm not interested in accepting PRs that can't pass compliance, though. Apologies if that came off the wrong way. |
Hey @austinheap I’m so glad you’re still working on the project 😅 thanks! |
Thanks for package and good work.
We need to update the package to support Laravel 5.8. Probably there might be some not-compabilities.
The text was updated successfully, but these errors were encountered: