keboola/docker-demo-app

View on GitHub
bootstrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Define path to application directory
define('ROOT_PATH', __DIR__);

ini_set('display_errors', true);

date_default_timezone_set('Europe/Prague');

require_once ROOT_PATH . '/vendor/autoload.php';