php artisan app:install
-
While giving an command in shell "php artisan app:install" its throwing an error
PHP Warning: require(/var/www/html/snipeit/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/snipeit/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/var/www/html/snipeit/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/snipeit/bootstrap/autoload.php on line 17 -
more context is needed. I'm not going to google shit to figure out what you are trying to ask.
-
@JaredBusch It looks like he's attempting to upgrade Snipe-IT based on the path, and the familiarity of the code.
I need to figure this out too as I want to keep the system current.
-
@golden3 said in php artisan app:install:
PHP Warning: require(/var/www/html/snipeit/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/snipeit/bootstrap/autoload.php
What is on line 17?