Cool tip!
Should I come up with more examples when/how to use this, and shoot a video?
Or maybe even expand it to a video about sensitive data in Laravel, in general, tips to handle passwords/secrets/etc?
mega php tip: use #[SensitiveParameter] for sensitive parameters.. php will hide its value in stack traces, error messages, and logs..
this prevents accidental leaks of secrets in production.. absolute chef's kiss tip.. ✨