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)

in php •  7 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?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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