installer migration run
This commit is contained in:
parent
4e803a638b
commit
b8055abedf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue