Building a dev or test Artisan command that you don't want, or can't risk, running in prod? Disable it! 😎
It's better to be paranoid and prevent non-prod code from being able to run in prod, rather than hoping no one makes a mistake!
https://securinglaravel.com/p/security-tip-disable-dev-and-test
#Laravel#PHP