3度目の正直
[vagrant@localhost zend]$ php composer.phar create-project zendframework/skeleton-application zend
…
Generating autoload files
    Do you want a minimal install (no optional packages)? Y/n
y
    Removing optional packages from composer.json
    Updating composer.json
Removing zendframework/zend-skeleton-installer…
  – Removing zendframework/zend-skeleton-installer (0.1.4)
    Removed plugin zendframework/zend-skeleton-installer.
    Removing from composer.json
    Complete!
> zf-development-mode enable
You are now in development mode.
[vagrant@localhost zend]$ ls
composer.phar  zend  zf2
[vagrant@localhost zend]$ cd zend
[vagrant@localhost zend]$ ls
CONDUCT.md       LICENSE.md  Vagrantfile    config              module            public
CONTRIBUTING.md  README.md   composer.json  data                phpcs.xml         vendor
Dockerfile       TODO.md     composer.lock  docker-compose.yml  phpunit.xml.dist
[vagrant@localhost zend]$ cd public
[vagrant@localhost public]$ php -S 192.168.33.10:8000
PHP 5.6.40 Development Server started at Mon Aug  5 20:51:02 2019
Listening on http://192.168.33.10:8000
Document root is /home/vagrant/zend/zend/public
Press Ctrl-C to quit.
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64689 [200]: /
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64691 [200]: /css/bootstrap-theme.min.css
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64690 [200]: /css/bootstrap.min.css
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64692 [200]: /css/style.css
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64693 [200]: /js/jquery-3.1.0.min.js
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64694 [200]: /js/bootstrap.min.js
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64695 [200]: /img/zf-logo-mark.svg
[Mon Aug  5 20:51:08 2019] 192.168.33.1:64696 [200]: /img/favicon.ico
お、なんか来た

3度目の正直なんて普通はないんだけどね。
もっとペース上げるか。
 
					 
