PHP Classes

File: public/index.php

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   public/index.php   Download  
File: public/index.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 268 bytes
 

Contents

Class file image Download
<?php
/*
 * Project: Beacon
 * File: index.php
 * Date: 2026-05-28
 * Author: Steffen Haase <shworx.development@gmail.com
 * Copyright: 2026 SHWorX (Steffen Haase)
 */

declare(strict_types=1);

require_once
dirname(__DIR__) . '/app/app.php';