Use the `ShouldBeEncrypted` interface on a job class to make Laravel encrypt the job's payload
- ·
- Telegram
- ·
- Newsletter
🔥 #Laravel Job Encryption
Since Laravel v8.19.0, you can add the ShouldBeEncrypted
interface to your job class. Laravel will encrypt the job's payload automatically.