laravel-credentials
laravel-credentials copied to clipboard
Add encrypted credentials to your Laravel production environment.
[InvalidArgumentException] Package beyondcode/laravel-credentials has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version : - beyondcode/laravel-credentials requires php ^7.1 which does not match your installed version...
This PR "adds" support for Laravel 9 by: - Declaring support for `illuminate/encryption` version ^9.0, which contains no breaking changes I am aware of. - Adding Support for PHP 8...
Hi, I was having trouble upgrading to PHP 8 and updated the composer.json file. Thanks! -Rob
Thank you for the excellent package!! Our application is a medical application, so to be compliant with some security requirements, we have to encrypt all the secrets on the server...
its not working at config/database.php Please suggest how to call in config/database.php . it works fine in tinker / controller .
It works well. Also fixed that editor config was not loading properly because of a typo.
- [x] Update composer.json to reflect that php8 is supported. - [x] Update travis ci to also test against php8.
While storing encrypted credentials as files is sufficient for mostly single instances, it's very hard to manage multiple namespaces, if I can use that term ... Think as: You have...
Windows can't handle TTY, so this checks the OS before setting the flag. Allows the user to configure the timeout, because 60 seconds is annoying if you're setting a lot...