Elgg  Version master
upgrade.php
Go to the documentation of this file.
1 <?php
2 $autoload_path = __DIR__ . '/vendor/autoload.php';
5  die("Couldn't include '$autoload_path'. Did you run `composer install`?");
6 }
7 
$autoload_available
Definition: upgrade.php:3
$autoload_path
Definition: upgrade.php:2
static upgrade()
Elgg upgrade script.