bpocallaghan / titan-starter-website

A Laravel Website and Admin starter project that helps you with the setup.
https://titan.bpocallaghan.co.za
MIT License
76 stars 19 forks source link

Remove the example env #92

Closed bpocallaghan closed 2 years ago

elguitarraverde commented 2 years ago

this command can help you. in this way you can find all the environment variables used in the project. I would like to contribute to the Hacktoberfest.

find . -type f | xargs grep -oh "env('.*')" | sort -u

bpocallaghan commented 2 years ago

Hi @elguitarraverde Happy for you to help out in any of the repositories I have for you to contribute to. What do you have in mind?