Skip to content

pennyphp/penny-foldering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Only folder for Penny Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages