nova-framework / framework

Demo application using Nova - this is an extensive playground, use "app" repository for real applications.
http://novaframework.com/
MIT License
418 stars 211 forks source link

having issue whe installing nova framework Class 'Nova\Foundation\Application' not found #2002

Closed kritika001 closed 6 years ago

LuckyCyborg commented 6 years ago

How you did installed Nova?

And why you mock our project on your username?

kritika001 commented 6 years ago

sorry i changed the username

i install nova form the site https://novaframework.com/documentation/v3/install i install the nova version3 but when i run this i got error "require(C:\xampp\htdocs\framework-3.0\vendor\autoload.php): failed to open stream: No such file or directory" and when i include vendor file i got this error " Uncaught Error: Class 'Nova\Foundation\Application' not found in C:\xampp\htdocs\framework-3.0\app\Start.php:49 " i am stuck from this please suggest me

dcblogdev commented 6 years ago

did you run:

composer install

LuckyCyborg commented 6 years ago

Same suggestion.

Also, to note that the composer vendor files are a must, for the today Nova applications.

kritika001 commented 6 years ago

yes i run this command....but don't get the vendor folder ....however i got this error on running every command

kritika001 commented 6 years ago

capture

dcblogdev commented 6 years ago

okay, it appears you don't have GIT installed on your computer.

kritika001 commented 6 years ago

so i need to intall it??

dcblogdev commented 6 years ago

yes git is required by composer, go to https://git-scm.com/book/en/v2/Getting-Started-Installing-Git to get it.

LuckyCyborg commented 6 years ago

I think we can close this issue, because we already found the cause.

@kritika001 If you have any other questions, feel free to open another issue, but much better, if you do not have to report a framework bug, I invite you in our forum: https://novaframework.com/forum

kritika001 commented 6 years ago

thanks @daveismyname it works having vendor folder now :)