You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a challenge involving the absence of the Ramsey\Uuid\Provider\TimeProviderInterface interface while utilizing the ramsey/uuid package within my Laravel application. This issue arises when I try to utilize the interface for generating time-based UUIDs. Furthermore, when a new user signs up on my Laravel platform, the anticipated behavior of sending a database notification to alert the admin is not being fulfilled. Similarly, I encounter the same error when attempting to initiate a password reset via email.
Steps to reproduce
Admin database notification:
Register a new user account on the application.
Verify that the database notification is not received by the admin.
Password Reset :
Visit the "Forgot Password" page on the application.
Enter the email address associated with a user account.
Click the "Send Password Reset Link" button.
Expected behavior
Admin database notification : After a new user registers, a database notification should be created and sent to the admin.
Password Reset : Upon clicking the "Send Password Reset Link" button, I should receive an email with a reset link that allows me to set a new password for the associated user account.
Screenshots or output
Environment details
version of this package: "ramsey/uuid": "^4.7",
PHP version: PHP 8.1.21
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Description
I'm facing a challenge involving the absence of the
Ramsey\Uuid\Provider\TimeProviderInterface
interface while utilizing theramsey/uuid
package within my Laravel application. This issue arises when I try to utilize the interface for generating time-based UUIDs. Furthermore, when a new user signs up on my Laravel platform, the anticipated behavior of sending a database notification to alert the admin is not being fulfilled. Similarly, I encounter the same error when attempting to initiate a password reset via email.Steps to reproduce
Admin database notification:
Password Reset :
Expected behavior
Admin database notification : After a new user registers, a database notification should be created and sent to the admin.
Password Reset : Upon clicking the "Send Password Reset Link" button, I should receive an email with a reset link that allows me to set a new password for the associated user account.
Screenshots or output
Environment details
The text was updated successfully, but these errors were encountered: