Closed
Description
What happened?
I'm unable to successfully create a notification. I'm using the documentation from Native's website pertaining to Notifications.
I've noticed that the path to the facade, Native\Laravel\Facades\Notification
, is not in Native's file path.
Here's the shared trace for it: https://flareapp.io/share/95Jll42P
How to reproduce the bug
Use the following snippet from: https://nativephp.com/docs/1/the-basics/notifications
`use Native\Laravel\Facades\Notification;
Notification::title('Hello from NativePHP')
->message('This is a detail message coming from your Laravel app.')
->show();`
Package Version
0.1.0
PHP Version
8.2.8
Laravel Version
10.15.0
Which operating systems does with happen with?
macOS
Notes
No response