Seems like Composer dependencies are not Installed
-
Hi all,
I have a problem installing Bagisto in my Ubuntu 16.04
When I go to http://localhost/installer/ I have all the green ticks except
Composer
Composer dependencies is not Installed.Go to root of project, run "composer install" command to install composer dependencies & refresh page again.Then I run composer and it seems ok, these are the details of the versions:
ubuntu@ip-:/var/www/bagisto/public$ composer -V
Composer version 1.10.6 2020-05-06 10:28:10ubuntu@ip-:/var/www/bagisto/public$ php -v
PHP 7.4.5 (cli) (built: Apr 19 2020 07:36:13) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies
with Xdebug v2.9.3, Copyright (c) 2002-2020, by Derick RethansPlease let me know if you need any detail, you'll make me very happy fixing this
Wishing to join the Bagisto community... Thanks and regards!!!!
-
@ahp said in Seems like Composer dependencies are not Installed:
/var/www/bagisto/public$
Hi @ahp
run the command from bagisto root /var/www/bagisto/
composer create-project
after this check again.