Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for davidbonacheraâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #277525 |
Post edited: Typo |
— | about 4 years ago |
Edit | Post #277525 | Initial revision | — | about 4 years ago |
Answer | — |
A: How to store credentials for PHP scripts on a Windows machine? Solution 1: Honestly, it is a best practice used by current frameworks (symfony, laravel) to use an .env file that you will have into the .gitignore. On the otherside, you will commit a .env.dist or .env.example file with the basic template of your file. Exanple of a DB .env.dist file: ``` DATA... (more) |
— | about 4 years ago |