installer migration run

This commit is contained in:
rahul shukla 2019-03-08 10:29:01 +05:30
parent 4e803a638b
commit b8055abedf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
$data = array();
// run command on terminal
$command = 'cd ../.. && php artisan migrate';
$command = 'cd ../.. && php artisan migrate --force';
$last_line = exec($command, $data['migrate'], $data['results']);
// return a response