laravel-encryptenv icon indicating copy to clipboard operation
laravel-encryptenv copied to clipboard

Command return Aborted.

Open volodymyroliinyk opened this issue 1 year ago • 1 comments

Hi

Command php artisan encryptenv:console 'php artisan migrate' configkeyhere works fine, but another commands witch wants an answer to the question returns "Aborted.", and is not a possible answer to the question.

Example (tcg/voyager admin panel):

user@9ad:/var/www/html# php artisan encryptenv:console 'php artisan voyager:admin [email protected] --create' configkeyhere

 Enter the admin name:
 > 
            
  Aborted.  

Laravel 9 php 8.0 mysql 8.x "mrgswift/laravel-encryptenv": "^1.0"

volodymyroliinyk avatar Sep 26 '22 12:09 volodymyroliinyk