added sitemap and docs
This commit is contained in:
20
README.md
20
README.md
@@ -33,3 +33,23 @@ docker compose up -d
|
||||
|
||||
* [Novaconiumm Official Repo](https://git.4lt.ca/4lt/novaconium)
|
||||
* [CORXN Apache and PHP Container for Novaconium](https://git.4lt.ca/4lt/CORXN)
|
||||
|
||||
|
||||
### How it works
|
||||
|
||||
#### htaccess
|
||||
|
||||
htaccess ensures that all requests are sent to index.php
|
||||
|
||||
#### index.php
|
||||
|
||||
index.php does two things:
|
||||
1. Allows you to turn on error reporting (off by default)
|
||||
2. Loads the novaconium bootstrap file novaconium.php
|
||||
|
||||
#### novaconium.php
|
||||
|
||||
What happens here:
|
||||
|
||||
1. Autoload composer
|
||||
1. Loads configurations
|
||||
Reference in New Issue
Block a user