Skip to content

Commit

Permalink
Merge branch '3.x' of github.com:lara-zeus/sky into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Sep 12, 2023
2 parents 46f935a + f7ed71f commit cd35276
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion database/factories/LibraryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
}
Expand Down
1 change: 1 addition & 0 deletions docs/filament.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd35276

Please sign in to comment.