11-05-2020, 01:58 AM
Hi everyone,
I'm 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.
and this other
Do I need some other configuration on my production server?
Best regards.
I'm 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.
PHP Code:
try{
$migrate->setNamespace('Myth\Auth')->latest(); //this code work on my local machine
}
and this other
PHP Code:
try{
$migrate->latest();
}
Do I need some other configuration on my production server?
Best regards.