dotlock: Secure secrets for local Laravel development
Dotlock is a Laravel package that encrypts local development secrets with a passphrase, storing them in `.env.secrets` and decrypting them into memory only during `php artisan dev`, keeping sensitive API keys off disk.