streamingriver / opensource-iptv

Opensource IPTV control panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vendor **folder** missing

josephril opened this issue · comments

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

commented

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