I used curl -sS https://getcomposer.org/installer | PHP and it created the vendor folder when I go to the /public folder on the website it shows me these 2 lines
Warning: require(/var/www/html/smstore2/bootstrap../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/smstore2/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/var/www/html/smstore2/bootstrap../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/smstore2/bootstrap/autoload.php on line 17
I used curl -sS https://getcomposer.org/installer | PHP and it created the vendor folder when I go to the /public folder on the website it shows me these 2 lines
Warning: require(/var/www/html/smstore2/bootstrap../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/smstore2/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/var/www/html/smstore2/bootstrap../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/smstore2/bootstrap/autoload.php on line 17
I'm using PHP 7.4.