PHP Classes

File: app/bootstrap.app.php

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   app/bootstrap.app.php   Download  
File: app/bootstrap.app.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of app/bootstrap.app.php
Date: 5 years ago
Size: 562 bytes
 

Contents

Class file image Download
<?php
/*
|--------------------------------------------------------------------------
| PIMF bootstrap
|--------------------------------------------------------------------------
*/
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR, true);
if(!
defined('BASE_PATH')) define('BASE_PATH', realpath(dirname(dirname(__FILE__))) . DS, true);

$config = include_once BASE_PATH .'app/config.app.php';

require_once
BASE_PATH .'vendor/autoload.php';
require_once
BASE_PATH .'app/autoload.app.php';
require_once
BASE_PATH .'vendor/gjerokrsteski/pimf/autoload.core.php';