I inherited the project, but there is no vendor folder there, I understand you need to update it via composer so that all dependencies are fixed?
1 answer
Install composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('SHA384', 'composer-setup.php') === '55d6ead61b29c7bdee5cccfb50076874187bd9f21f65d8991d46ec5cc90518f447387fb9f76ebae1fbbacf329e583e30') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r "unlink('composer-setup.php');" Well, run
php composer.phar install ps At the root of the project
- I almost did, but I had the composer installed, and I started it from the file composer.json - mydls1
|