Skip to content

Commit 206e80e

Browse files
authored
Update README.md
1 parent 0867597 commit 206e80e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# Laravel Nova Media Field
1+
# Laravel Nova Media Field (WIP)
22

3-
## WIP (Work In Progress)
3+
**Laravel Nova Media Field** is a component designed to integrate seamlessly with Spatie's Media Library, allowing for efficient media file management within Laravel Nova. This package makes it easy to upload, list, and edit media files directly from your Nova dashboard.
44

5-
This package aims to provide a field for Laravel Nova that integrates with the Spatie Media Library. It is currently under development and will soon be updated with more features and documentation.
5+
## Features:
6+
- Easy media file upload
7+
- Previews and edits
8+
- Comprehensive media management
69

7-
### Install
10+
This component enhances the media management experience in Nova, offering a simple yet customizable solution for developers.
11+
12+
## Install
813

914
```bash
1015
composer require ferdiunal/laravel-nova-media-field
1116
```
1217

13-
### Usage
18+
## Usage
1419

1520
```php
1621
/**
@@ -52,7 +57,7 @@ public function fields(NovaRequest $request)
5257

5358
```
5459

55-
### Screenshots
60+
## Screenshots
5661
<img src="./pictures/SCR-20240627-mdrz.png" width="70%">
5762
<img src="./pictures/SCR-20240627-mdtu.png" width="70%">
5863
<img src="./pictures/SCR-20240627-mdxj.png" width="70%">

0 commit comments

Comments
 (0)