Searched refs:autoload (Results 1 – 2 of 2) sorted by relevance
16 $autoload = __DIR__ . '/../../vendor/autoload.php'; variable17 if (!file_exists($autoload)) {22 require $autoload;
12 require 'path/to/vendor/autoload.php';
Completed in 5 milliseconds