Ever accidentally add a file to git that you don’t want to delete, but also don’t want sticking around in version control? A .env file perhaps? Every time I do this I need to look this up so I thought …
DJ Sipe Articles.
Unless you are working in a fully automated build environment like a CI runner, you will need to have some version of Composer running within your PHP codebase to be able to pull packages and configure autoloading. Composer has the …