This is a penny skeleton application.
It contains only foldering, no components or other things.
$ git clone [email protected]: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