Skip to content

Application architecture

Greg Bowler edited this page Mar 28, 2018 · 38 revisions

The most minimal PHP.Gt WebEngine application consists of the following source files:

.                     
├── composer.json     
└── src               
    └── page          
        └── index.html

For context, a tree diagram of an example large application with many source files can be seen on the example large application tree page.

Clone this wiki locally