From 55dc204dcf1ff6d5ee14e0b4deb98584c60503a6 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Tue, 12 Sep 2023 18:07:21 +0300 Subject: [PATCH 1/2] fix library factory --- database/factories/LibraryFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/factories/LibraryFactory.php b/database/factories/LibraryFactory.php index 703ae27..6625fe3 100644 --- a/database/factories/LibraryFactory.php +++ b/database/factories/LibraryFactory.php @@ -23,7 +23,7 @@ public function definition() 'slug' => $this->faker->slug(2), 'title' => $this->faker->word, 'description' => $this->faker->sentence, - 'type' => $this->faker->randomElements(SkyPlugin::get()->getLibraryTypes()), + 'type' => $this->faker->randomElement(array_keys(SkyPlugin::get()->getLibraryTypes())), 'file_path' => 'https://picsum.photos/200/300', ]; } From 95bb7cc29739ab42fdf1db0c7dd433c4ac8a15c2 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Tue, 12 Sep 2023 18:11:01 +0300 Subject: [PATCH 2/2] update docs --- README.md | 3 +++ docs/filament.md | 1 + docs/introduction.md | 1 + 3 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 2877f2a..a84426b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ Lara Zeus Sky is simple CMS for your website. It includes posts, pages, tags, an - featured Image - faq - libraries +- 🔥 WordPress importer +you can use our package [Zeus Rhea](https://larazeus.com/rhea) to import your blog from WordPress easily +- 🔥 amazing themes from [Zeus Artemis](https://larazeus.com/artemis). and more on the way. diff --git a/docs/filament.md b/docs/filament.md index 58f7e1e..d92df91 100644 --- a/docs/filament.md +++ b/docs/filament.md @@ -24,6 +24,7 @@ Sky simple CMS. it includes posts, pages, tags, and categories and more, with a - 🔥 WordPress importer you can use our package [Zeus Rhea](https://larazeus.com/rhea) to import your blog from WordPress easily - 🔥 frontend scaffolding, highly customizable. +- 🔥 amazing themes from [Zeus Artemis](https://larazeus.com/artemis). ## Screenshots diff --git a/docs/introduction.md b/docs/introduction.md index 3a4aa4b..4143ade 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -31,6 +31,7 @@ weight: 1 - chose your editor, already included: Markdown Editor, Tiny Editor, TipTap Editor, - 🔥 WordPress importer you can use our package [Zeus Rhea](https://larazeus.com/rhea) to import your blog from WordPress easily +- 🔥 amazing themes from [Zeus Artemis](https://larazeus.com/artemis). and more on the way: - authors