This is a penny skeleton application.
It contains only foldering, no components or other things.
$ git clone git@github.com:gianarb/penny-foldering
$ cd penny-foldering
$ composer install.
βββ app
βΒ Β βββ ..
βββ composer.json
βββ config
βββ public
βΒ Β βββ index.php
βββ README.md
βββ vendorappcontains application files, Controller, Service, Entity, etc.publicentry point of application.configdefault path to load dependency injection configuration.
$ php -S 127.0.0.0:8087 -t public