欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

.env 注释 How to comment in laravel .env file?

正确答案
You use hash commenting:

# Test Settings
ACCESS_KEY=qwsdr
ACCESS_TOKEN=Bgcvfsx

# Live Settings
ACCESS_KEY=985AsdefG
ACCCESS_TOKEN=LFP994kL

Documentation: https://github.com/vlucas/phpdotenv#comments

来自  https://stackoverflow.com/questions/32368016/how-to-comment-in-laravel-env-file
普通分类: