I am not sure if i am stupid enough to work with this but I cannot get what I am doing wrong
When I am trying to run whole thing i get always this error:
C:\dinero>php artisan migrate --seed
PHP Warning: require(C:\dinero/vendor/autoload.php): Failed to open stream: No such file or directory in C:\dinero\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\dinero/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\dinero\artisan:18
Stack trace:
#0 {main}
thrown in C:\dinero\artisan on line 18
I have tried to switch php version to 8.1 didn't work, 8.3 didn't work, composer is installed successfully and php works fine, but this isn't
Thanks!
I am not sure if i am stupid enough to work with this but I cannot get what I am doing wrong
When I am trying to run whole thing i get always this error:
C:\dinero>php artisan migrate --seed
PHP Warning: require(C:\dinero/vendor/autoload.php): Failed to open stream: No such file or directory in C:\dinero\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\dinero/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\dinero\artisan:18
Stack trace:
#0 {main}
thrown in C:\dinero\artisan on line 18
I have tried to switch php version to 8.1 didn't work, 8.3 didn't work, composer is installed successfully and php works fine, but this isn't
Thanks!