Closed vobizzz closed 6 years ago
If you had been kind to look into Nova's chat on Gitter or to other issues, you had been noticed the sequence of forge commands for migration and seeding, which is:
// Main application
php forge migrate:install
php forge migrate
php forge db:seed
// Modules and other Packages
php forge package:migrate
php forge package:seed
BTW, please be aware that this repository represents a demos application, for learning, and its modules, themes and extensions are unsupported examples. For your own developments, please use instead https://github.com/nova-framework/app
And if you have further questions, I invite you to our Gitter chat: https://gitter.im/nova-framework/framework/novausers because we tend to use the Github issues, well... for issues, and not as a support forum.
Talking about our own forum, if you prefer it, there is: https://novaframework.com/forum but usually you will find Nova users in the chat.
Hi, I'm trying to install this framework with composer, and got some problems with that and i hope someone can help me out. Command
composer create-project nova-framework/framework foldername 4.* -s dev
That works fine, then i editit
app/Config/Database.php
and enter my database credentials. I navigate to the folder in terminal and put in the first commandphp forge migrate:install
and pressy
and works fine. Same thing forphp forge migrate
But the next commandphp forge seed
does not work and gives an errorI tried all of them but none off them work.
php forge db:seed
asked if to confirm and pressed y again and didn't do anything.Command module:seed
When i went to
http://localhost:8888/nova/webroot/
i got an error that the mysql tablenova_post
does not exists. So i created it myself and got theWelcome to Nova Framework
homepage. I went tohttp://localhost:8888/nova/webroot/admin
filled in some username and password and got the next error.So nova is not successfully installed, can someone help me?
Thanks!