I'm trying to launch a Laravel server and I'm getting this error:
Warning: require(C:\Users\Puuter\application\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\Users\Puuter\application\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'C:\Users\Puuter\application\bootstrap/../vendor/autoload.php' (include_path='.;C:\php\pear') in C:\Users\Puuter\application\bootstrap\autoload.php on line 17
As a newbie, I can't figure this out. To make matters worse, I'm using Windows, and the internet seems to be lacking information about anything web development related on Windows.
Now, I have gotten this to work before: I downloaded WAMP, which seemed to fix it then, but didn't now.