Day 003 – Yet Another

I wan’t able to get my morning programming fix in.  But I was up.   I had an overload of work from last night to wrap up.  I’m gonna do some work this morning and you’ll see me back her later.  Promise!

I’m Back, I decided to start off setting up my second workstation (mac also) to develop.  I had to install composer, and for it to work 100% I suggest setting up the globally options in the link below:

https://getcomposer.org/doc/00-intro.md

Or these three commands:

curl -sS https://getcomposer.org/installer | php
sudo mkdir -p /usr/local/bin
sudo mv composer.phar /usr/local/bin/composer

Ran into a few smaller issues getting everything situated, mostly related to not have Git installed in my new computer.  Got a demo running in no time.