First of all, you need to run this from project folder, not some random folder.
As for imagehostnow project, all database migrations are created, check folder
Since all database migration files are already there, you only need to migrate with the command i given in above post, that will create tables as per migration files already created.Code:app/database/migrations/
Check these database migrations files, so you get an idea how it is created, also read laravel documentation.




Reply With Quote

Bookmarks