URL Request Life Cycle - langel/LOLkernel GitHub Wiki

Apache's .htaccess file intercepts all http requests. If the request is not directly to a file in the media directory the request is routed to the client application.

LOLkernel loads all it's dependencies and connects to the database.

LOLkernel runs app.php located in the root of the packs directory.

LOLkernel winds itself down.