Use the `ShouldBeEncrypted` interface on a job class to make Laravel encrypt the job's payload

Use the `ShouldBeEncrypted` interface on a job class to make Laravel encrypt the job's payload

🔥 #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.

We're writing a book, you can get it for free here.