PHP Classes

File: vendor/nikic/php-parser/lib/bootstrap.php

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/nikic/php-parser/lib/bootstrap.php   Download  
File: vendor/nikic/php-parser/lib/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 139 bytes
 

Contents

Class file image Download
<?php

if (!class_exists('PhpParser\Autoloader')) {
    require
__DIR__ . '/PhpParser/Autoloader.php';
}
PhpParser\Autoloader::register();