YieldStudio / laravel-expo-notifier

Easily manage Expo notifications with Laravel. Support batched notifications.
MIT License
29 stars 11 forks source link

Update README.md to explicitly say publishing the configuration is a must #17

Closed andonovn closed 10 months ago

andonovn commented 10 months ago

Currently, the readme make it sound like publishing the config is optional. However, attempts to send a notification prior to that step results in: Target [YieldStudio\LaravelExpoNotifier\Contracts\ExpoPendingNotificationStorageInterface] is not instantiable while building [App\Console\Commands\DebugCommand, YieldStudio\LaravelExpoNotifier\ExpoNotificationsChannel].

JamesHemery commented 10 months ago

indeed, thank you