integrate laravel framework

This commit is contained in:
xiaomlove
2021-04-02 19:48:41 +08:00
parent fe8c7683b8
commit e48461546f
96 changed files with 10107 additions and 207 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ class Install
{
protected $currentStep;
protected $minimumPhpVersion = '7.2.0';
protected $minimumPhpVersion = '7.3.0';
protected $progressKeyPrefix = '__step';
@@ -522,4 +522,4 @@ class Install
}
return true;
}
}
}