Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 675 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 675 Bytes

This is a penny skeleton application.
It contains only foldering, no components or other things.

Install

$ git clone [email protected]:gianarb/penny-foldering
$ cd penny-foldering
$ composer install

Foldering

.
├── app
│   └── ..
├── composer.json
├── config
├── public
│   └── index.php
├── README.md
└── vendor
  • app contains application files, Controller, Service, Entity, etc.
  • public entry point of application.
  • config default path to load dependency injection configuration.

WebServer

$ php -S 127.0.0.0:8087 -t public