Need to change autoload.php
-
replace platform specifics / \ with PHP constant
require_once __DIR__ . DIRECTORY_SEPARATOR . ‘composer’ . DIRECTORY_SEPARATOR .’autoload_real.php’;
Makes this work on GoDaddy windows hosts (client choice, not mine)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Need to change autoload.php’ is closed to new replies.