Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana committed Jan 11, 2024
1 parent a1e231c commit 6762205
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ You can install the package via composer:
composer require rupadana/filament-api-service
```

Register it to your filament Provider


```php
use Rupadana\ApiService\ApiServicePlugin;

$panel->plugins([
ApiServicePlugin::make()
])
```

## Usage

```bash
Expand Down

0 comments on commit 6762205

Please sign in to comment.