SO now are you saying anyone can come to my app and run command by passing commands in my url?
is this secure?
Or how can i secure this?
You are viewing a single comment's thread from:
SO now are you saying anyone can come to my app and run command by passing commands in my url?
is this secure?
Or how can i secure this?
you can create a middleware to protect that route or simply turn environment to production in .env when you are done running artisan commands.