Skip to content

Commit de6ac97

Browse files
committed
Merge branch 'release2.19.3'
2 parents c3fba31 + 72db366 commit de6ac97

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

README.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,27 @@ This package allows you to use fantastic [Storyblok headless CMS](https://www.st
3030

3131
[Contribute to the docs](https://github.com/RicLeP/laravel-storyblok-docs/)
3232

33-
## Laravel Storyblok CLI
33+
## Other Packages
3434

35-
After more useful Artisan commands to help manage your content? Check out my [Laravel Storyblok CLI package](https://github.com/RicLeP/laravel-storyblok-cli)
35+
### Laravel Storyblok Embed
3636

37-
## Future plans
37+
Embed all types of media in your Storyblok site using only their URL. [Package](https://github.com/RicLeP/laravel-storyblok-embed) [Docs](https://ls.sirric.co.uk/docs/2.19/embedding-media)
3838

39-
- More transformations of content
40-
- Better support for more components types
41-
- Better image transformation
42-
- Cache expensive transformations
43-
- And more…
39+
### Laravel Storyblok Typography
40+
41+
Improve your content’s typography. [Package](https://github.com/RicLeP/laravel-storyblok-typography) [Docs](https://ls.sirric.co.uk/docs/2.19/typography)
42+
43+
### Laravel Storyblok Layout & CSS
44+
45+
Helpers for layout, block positioning and CSS class name generation. [Package](https://github.com/RicLeP/laravel-storyblok-css) [Docs](https://ls.sirric.co.uk/docs/2.19/css-classes)
46+
47+
### Laravel Storyblok Form builder
48+
49+
Build forms with Storyblok complete with Laravel’s validation. [Package](https://github.com/RicLeP/laravel-storyblok-forms) [Docs](https://ls.sirric.co.uk/docs/2.19/laravel-storyblok-forms)
50+
51+
### Laravel Storyblok CLI
52+
53+
Useful Artisan commands to help manage your content? Check out my [Laravel Storyblok CLI package](https://github.com/RicLeP/laravel-storyblok-cli)
4454

4555
### Testing
4656

src/Traits/HasMeta.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait HasMeta
1616
*
1717
* @param string|null $key the key to return
1818
* @param string|null $default a default if the $key is missing
19-
* @return array|string|null
19+
* @return mixed
2020
*/
2121
public function meta(string $key = null, string $default = null): mixed
2222
{

0 commit comments

Comments
 (0)