PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Find Text in Files   public/index.php   Download  
File: public/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Find Text in Files
Search text in files like the Linux command
Author: By
Last change:
Date: 2 years 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']);
};