-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with artisan #8
Comments
Hi, @LauriSalonen, The issued you have faced is not related to PHP versioning. Instead, it indicates that the required dependencies were not installed using composer install. As stated in the readme file, it's essential to run composer install after cloning the repository to ensure that all dependencies are properly installed. Also don't forget to copy .env file from .env.example I trust this clarifies the matter for you. If you have any further questions or concerns, please don't hesitate to reach out. Thanks |
Hello!
I used composer installer that can be found from composer website. I installed to my PHP directory of course. Then I even tried to install with CMD straight to dinero folder. I have reinstalled composer and PHP around 5 times to make sure I didn't miss anything. Still i got same error
Just to ask did I do everything correctly this is how I installed everything:
Do you have any idea what to try next? Have I missed something? Thanks a lot! :) |
Hi @LauriSalonen did you do this step before php artisan migrate --seed? C:\dinero>composer install |
Hi @shojibflamon Also I did run composer install in cmd at dinero directory What should I try next? |
hi @LauriSalonen, Read all the problem you have found. 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!
The text was updated successfully, but these errors were encountered: