You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-14Lines changed: 43 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
-
# A simple document and image manager for the Filament Flexible Blocks package.
1
+
# Laravel Filament Flexible Blocks Asset Manager
2
2
3
3
[](https://packagist.org/packages/statik-be/laravel-filament-flexible-blocks-asset-manager)
This package provides a simple document and image manager for the [Laravel Filament Flexible Content Blocks](https://github.com/statikbe/laravel-filament-flexible-content-blocks) package.
8
9
10
+
The key features are:
9
11
10
-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
12
+
- a simple asset model
13
+
- integration with the call-to-action features of the [Laravel Filament Flexible Content Blocks](https://github.com/statikbe/laravel-filament-flexible-content-blocks) package.
14
+
- basic filament CRUD UI
15
+
- routing to retrieve the assets
11
16
12
17
## Installation
13
18
@@ -30,31 +35,55 @@ You can publish the config file with:
0 commit comments