huge icon indicating copy to clipboard operation
huge copied to clipboard

require(../vendor/autoload.php): failed to open stream

Open Nathanael111 opened this issue 8 years ago • 4 comments

I tried to use this framework and cloned into my XAMPP folder. Then I created the database and the tables. When I tried to start I got the following error. It is the first time that I use a framework like this... Maybe this question is totally stupid but I can't figure out where this autoload.php file is.

Warning: require(../vendor/autoload.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14

Fatal error: require(): Failed opening required '../vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14

Nathanael111 avatar Jan 18 '18 18:01 Nathanael111

You have to use Composer to load all dependencies this project needs.

Am 18.01.2018 um 19:06 schrieb Nathanael111 [email protected]:

I tried to use this framework and cloned into my XAMPP folder. Then I created the database and the tables. When I tried to start I got the following error. It is the first time that I use a framework like this... Maybe this question is totally stupid but I can't figure out where this autoload.php file is.

Warning: require(../vendor/autoload.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14

Fatal error: require(): Failed opening required '../vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/panique/huge/issues/867, or mute the thread https://github.com/notifications/unsubscribe-auth/ADoOFyGNObKtOy4CieWr66aiOa8C5JcJks5tL4gogaJpZM4RjVmP.

-- *Confidentiality Note: *This email may contain confidential and/or private information. If you received this email in error please delete and notify sender. HINWEIS: Diese Nachricht ist vertraulich und nur für den Adressaten bestimmt. Sollten Sie irrtümlich diese Nachricht erhalten haben, bitte ich um Ihre Mitteilung per E-Mail oder unter der oben angegebenen Telefonnummer. Außerdem bitte ich in diesem Fall darum, dass Sie diese Nachricht löschen.

henrikfrey avatar Jan 18 '18 18:01 henrikfrey

Thanks for your fast reply. I am sorry for my newbie questions: By composer do you mean this What is Composer??

Nathanael111 avatar Jan 18 '18 18:01 Nathanael111

@Nathanael111 composer is application for get depedencies automaticly in PHP

ikwijaya avatar Feb 08 '18 10:02 ikwijaya

am having the same issue , how can i resolve it

Fatal error: require(): Failed opening required 'C:\xampp\htdocs\congenial-basso on/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\co ngenial-bassoon\artisan on line 18

logs94 avatar Nov 15 '21 03:11 logs94