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?
RE: Deploying Your Laravel Application on Shared Hosting (The Easier way)
You are viewing a single comment's thread from:
Deploying Your Laravel Application on Shared Hosting (The Easier way)
you can create a middleware to protect that route or simply turn environment to production in .env when you are done running artisan commands.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit