Answers for "failed to open stream: no such file or directory in /var/www/public/index.php on line 24"

PHP
4

failed to open stream: No such file or directory in artisan on line 18

The error is due to missing vendor folder.
You just need to run `composer install` in the project directory which will 
create a folder named vendor which will have all composer libraries and 
`autoload.php` file.
Posted by: Guest on October-06-2020
0

laravel require vendor autoload

//Try to run either:
	composer install
//or
    composer update
Posted by: Guest on October-14-2020

Code answers related to "failed to open stream: no such file or directory in /var/www/public/index.php on line 24"

Browse Popular Code Answers by Language