PHP Classes

File: web/index.php

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Demo   web/index.php   Download  
File: web/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Dframe Demo
Application to demonstrate the Dframe framework
Author: By
Last change: Update of web/index.php
Date: 3 years ago
Size: 288 bytes
 

Contents

Class file image Download
<?php

/**
 * DframeFramework
 * Copyright (c) Firstname Lastname
 *
 * @license https://github.com/dusta/Dframe/blob/master/LICENCE
 */

use Dframe\Core;

require_once
__DIR__ . '/../vendor/autoload.php';
require_once
__DIR__ . '/../app/Bootstrap.php';
$core = new Core();
$core->run();