env:decrypt

Decrypt an environment file

Options

  • cipher - The encryption cipher Optional
  • env - The environment to be decrypted Optional
  • filename - Filename of the decrypted file Optional
  • force - Overwrite the existing environment file Optional
  • key - The encryption key Optional
  • path - Path to write the decrypted file Optional
php artisan env:decrypt [--key [KEY]] [--cipher [CIPHER]] [--env [ENV]] [--force] [--path [PATH]] [--filename [FILENAME]]