Skip to content

Commit

Permalink
ENSITECH-74
Browse files Browse the repository at this point in the history
  • Loading branch information
MsNatali committed May 22, 2024
1 parent c4935e7 commit be11675
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ You are free to replace any of them with your own implementations.

You can install the package via composer:

`composer require ensi/laravel-initial-event-propagation`
```bash
composer require ensi/laravel-initial-event-propagation
```

Publish config file like this:

`php artisan vendor:publish --provider="Ensi\LaravelInitialEventPropagation\LaravelInitialEventPropagationServiceProvider"`
```bash
php artisan vendor:publish --provider="Ensi\LaravelInitialEventPropagation\LaravelInitialEventPropagationServiceProvider"
```

## Version Compatibility

Expand Down

0 comments on commit be11675

Please sign in to comment.