PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Symfony Multi Tenant   public/index.php   Download  
File: public/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Symfony Multi Tenant
Example of multi-tenant application using Symfony
Author: By
Last change:
Date: 1 year ago
Size: 199 bytes
 

Contents

Class file image Download
<?php

use App\Kernel;

require_once
dirname(__DIR__).'/vendor/autoload_runtime.php';

return function (array
$context) {
    return new
Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};