example-wordpress-composer
example-wordpress-composer copied to clipboard
Edits
Hey, I noticed that this repo uses Dotenv but lacked a .env.example. I also noticed that there wasn't anything in the README about setting up the .env for local development. I also added some WP_DEBUG definitions for the .env in the wp-config.php. This way I could use the .env to set my ideal WP_DEBUG rules (display off, but debug.log on). I hope this is useful and helpful. I'll keep trying to commit as I find time.