Composer Memory Limit Reached

You got an error. A composer memory limit error. You go to the documentation. It tells you to search through your PHP ini files and increase the memory limit. You realize that’s going to take a while depending on what env you’re using. You’d rather just copy and paste a command in the terminal. This … Read more

How to add composer vendor bin directory to path

Here’s how to add composer vendor bin directory to your path so you can call composer from your terminal. Go to  ~/.bash_profile Add the following to your ~/.bash_profile (Mac OS users) or into your ~/.bashrc (Linux users). You can use any text editor to add this line to the file or create a new “.bash_profile” … Read more