streamingriver / opensource-iptv

Opensource IPTV control panel
27 stars 20 forks source link

vendor **folder** missing #18

Open josephril opened 2 years ago

josephril commented 2 years ago

root@StreamingRiver-IPTV:~/docker-streamingriver# php artisan sriptv:init PHP Warning: require(/root/docker-streamingriver/vendor/autoload.php): failed to open stream: No such file or directory in /root/docker-streamingriver/artisan on line 18 PHP Fatal error: require(): Failed opening required '/root/docker-streamingriver/vendor/autoload.php' (include_path='.:/usr/share/php') in /root/docker-streamingriver/artisan on line 18

vendor folder missing and it content pls advise how to proceed

blinkinglight commented 2 years ago

these commands are run in docker container when building. if you want start it on local computer, use default commands to setup laravel.