You are viewing a single comment's thread from:

RE: Deploying Your Laravel Application on Shared Hosting (The Easier way)

in #php7 years ago

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?

Sort:  

you can create a middleware to protect that route or simply turn environment to production in .env when you are done running artisan commands.