-
Notifications
You must be signed in to change notification settings - Fork 22
1.4 Folder structure
Christophe Avonture (PC Office) edited this page Feb 9, 2017
·
2 revisions
assets/ javascript, css and images of the application
classes/ php classes, for intern use (no access by URLs)
docs/ documentation, default folder where to put your notes
templates/ layouts for the screen, slideshow and output as vendor/ external libraries, open source ones
html page
In the root folder, you'll find, among others,
.htaccess Apache configuration file
custom.css Your own css definition (see below)
custom.js Your own javascript functions (see below)
index.php entry point
settings.json.dist Application's configuration file (see below)
Christophe Avonture