dublicate bagisto project
-
Hello
i have a bagisto project on my local machine, i have did some modification, and i want to duplicate the same project with a different name and push live
but for some reason migration is not working nothing happen when type , and there is no error at all
php artisan migrate --seed or php artisan bagisto:install
the reason i want to duplicate the project is because i don't want to install fresh bagisto and then do the same modification
please advise
best regards
-
Hi @cmpengineers,
It looks like you have changed the env vars in
.env
. So always runphp artisan config:cache
after changing.And check you db as well these migrations table goes to previous db as well.
-
Thank you very much
it did fixed it but it give me another error
when I did
php artisan migrate:fresh --seed or PHP artisan vendor:publish
any command I do still giving me the same error , and I checkt the dbname , user , password its all correct
please advise
-
Hi @cmpengineers,
It's not related to any DB connections, it is because of the migration which I guess not run properly. Please try again.
-
Dear im running inside the project still not working
i did fix it but im not sure if its the right way
I took SQL file just for channels and I import into project laravel datatabase then I did
PHP artisan migrate:fresh --seed
and it works
-
Hi @cmpengineers,
Good to see, things are working now. But still, it is very strange.