Welcome Guest, Not a member yet? Register   Sign In
database migrate
#1
Sad 

hi everyone, im try to use myth-auth, in my local machine it work fine, i run php spark migrate -all, and migrate controller, both work fine on my local machine....... the problem is on my production server, i cant use ssh to run cli, and i try migrate controller but doesnt work, i have try this 2 codes on the controller

try{
      $migrate->setNamespace('Myth\Auth')->latest();      //this code work on my local machine
}


and this other
try{
      $migrate->latest();
}



Do I need some other configuration on my production server?

PD: sorry for my english Smile
Reply




Theme © iAndrew 2016 - Forum software by © MyBB