Is it possible to encrypt the information in .env file (in Laravel)?
Basically I want to secure the database connection and other AWS information. Below is the sample file for laravel .env
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localh...