This commit is contained in:
lq 2024-05-20 13:42:57 +08:00
parent 130f84e7af
commit 9be1dcc161
5 changed files with 12 additions and 3775 deletions

View File

@ -4,9 +4,9 @@ return [
'default' => [ 'default' => [
'driver' => 'mysql', 'driver' => 'mysql',
'host' => 'localhost', 'host' => 'localhost',
'database' => 'saiadmin', 'database' => 'blog',
'username' => 'root', 'username' => 'blog',
'password' => '123456', 'password' => 'fj6edWTinXimLpiT',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci', 'collation' => 'utf8mb4_general_ci',
'prefix' => 'eb_', 'prefix' => 'eb_',

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
<?php return array( <?php return array(
'root' => array( 'root' => array(
'name' => 'baihand/web', 'name' => 'baihand/web',
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-main',
'version' => '1.0.0.0', 'version' => 'dev-main',
'reference' => null, 'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
@ -11,9 +11,9 @@
), ),
'versions' => array( 'versions' => array(
'baihand/web' => array( 'baihand/web' => array(
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-main',
'version' => '1.0.0.0', 'version' => 'dev-main',
'reference' => null, 'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),

View File

@ -3,10 +3,11 @@
// platform_check.php @generated by Composer // platform_check.php @generated by Composer
$issues = array(); $issues = array();
if (!(PHP_VERSION_ID >= 80200)) { if (!(PHP_VERSION_ID >= 80200)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
} }
$issues = [];
if ($issues) { if ($issues) {
if (!headers_sent()) { if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error'); header('HTTP/1.1 500 Internal Server Error');