develop
vine_liutk 2023-06-09 17:26:17 +08:00
parent 86b2cff85d
commit f3f97c64d7
3 changed files with 6 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10.0", "laravel/framework": "^10.10",
"laravel/sanctum": "^3.2", "laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",
"slowlyo/owl-admin": "^2.5", "slowlyo/owl-admin": "^2.5",

8
composer.lock generated
View File

@ -3000,12 +3000,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Slowlyo/owl-admin.git", "url": "https://github.com/Slowlyo/owl-admin.git",
"reference": "14ee600486bb182b85d26f6a6d78e3b653557042" "reference": "b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Slowlyo/owl-admin/zipball/14ee600486bb182b85d26f6a6d78e3b653557042", "url": "https://api.github.com/repos/Slowlyo/owl-admin/zipball/b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4",
"reference": "14ee600486bb182b85d26f6a6d78e3b653557042", "reference": "b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3054,7 +3054,7 @@
"issues": "https://github.com/Slowlyo/owl-admin/issues", "issues": "https://github.com/Slowlyo/owl-admin/issues",
"source": "https://github.com/Slowlyo/owl-admin/tree/v2.6.3" "source": "https://github.com/Slowlyo/owl-admin/tree/v2.6.3"
}, },
"time": "2023-06-09T08:44:50+00:00" "time": "2023-06-09T08:57:17+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",

View File

@ -13,5 +13,6 @@ class DatabaseSeeder extends Seeder
public function run(): void public function run(): void
{ {
$this->call(AdminMenuSeeder::class); $this->call(AdminMenuSeeder::class);
$this->call(KeywordSeeder::class);
} }
} }