sporchia/alttp_vt_randomizer

Problems making own instance (via replit.com)

foxsouns opened this issue · 2 comments

I am attempting to clone this and run it myself, though I run into problems trying to use artisan. it is trying require ./vendor/ and ./vendor/autoload.php

~/alttpvtrandomizer$ php artisan key:generate
PHP Warning:  require(/home/runner/alttpvtrandomizer/vendor/autoload.php): failed to open stream: No such file or directory in /home/runner/alttpvtrandomizer/artisan on line 16
PHP Fatal error:  require(): Failed opening required '/home/runner/alttpvtrandomizer/vendor/autoload.php' (include_path='.:/usr/share/php') in /home/runner/alttpvtrandomizer/artisan on line 16
~/alttpvtrandomizer$

where do i get this folder? what is the purpose of it? this is the first php project i've worked on, so excuse my ignorance.

seems like it's attached to composer: trying to update it now; might close this soon if it fixes it.

replit.com ships with php7.2, and i am running into a bunch of dependency problems with this. i could do some hacky workarounds to run a local, updated version, but i dont feel like it. closing this.