Level 8
Perhaps create a symlink to the file?
I have a situation where client wants me to not expose credentials of database by not putting directly into .env file but in external file in another directory on server, which loads those values and will work and I will also able to share my code easily. I did this in Codeigniter and CakePHP where config files are usually php files but seems to be difficult in Laravel, Please help.
Please or to participate in this conversation.