Logan PhpBoot Sample Project Init Install(Mac) # install composer brew install composer Application Framework Install lumen Reference:lumen intall Create new project lumen new logan-phpboot-sample Project Build # Install dependencies composer install Start in your local machine php -S 0.0.0.0:7777 -t public