Installation problem
After uploading the files I see this error
Warning: require_once(C:\xampp\htdocs\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\bootstrap\app.php on line 4
Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\bootstrap/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\bootstrap\app.php on line 4 *
what's the problem ? :"(
@AbdelrahmanHamdyR No such file or directory is 404 means you haven't uploaded the /vendor folder or vendor/autoload.php file is missing.
Exactly like @TheRayJohnson said. You need execute the composer install command. Or just download this version https://github.com/ovflowd/chocolatey/releases/tag/3.000N that actually ships the binaries.
@AbdelrahmanHamdyR sorry for the delayed response.