Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 18, 2024
1 parent edf49c2 commit d409e93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ class ServiceProvider extends BaseServiceProvider
}
```

3. Usage with Orchestra testbench

If you need to test the integration within your own package you'll need to register AssetInjector's service provider by adding it to your `testbench.yaml`

```yaml
providers:
- YourPackage\ServiceProvider
- Leuverink\AssetInjector\ServiceProvider
```
## How It Works
- Assets are automatically included in full-page responses (not partial HTML responses).
Expand Down

0 comments on commit d409e93

Please sign in to comment.