PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Francisco Núñez   Last Hammer   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Last Hammer
Framework to develop after installation
Author: By
Last change:
Date: 2 years ago
Size: 313 bytes
 

Contents

Class file image Download
<?php

namespace IcarosNet\LastHammer;

use
IcarosNet\LastHammer\App\Core\Core;

if (!
version_compare(phpversion(), '7.4', '>=')) {
    die(
sprintf("This project requires PHP ver. %s or higher", '7.4'));
}

ob_start();
require_once
'Autoloader.php';
Autoloader::getInstance();

//Core::getInstance()->goCoreApp();