laravel-user-verification icon indicating copy to clipboard operation
laravel-user-verification copied to clipboard

PHP package built for Laravel 5.* & 6.* & 7.* & 8.* & 9.* & 10.* to easily handle a user email verification and validate the email

Results 8 laravel-user-verification issues
Sort by recently updated
recently updated
newest added

Laravel Ver: 8 Fix "Class AppUser not found" error.

https://github.com/jrean/laravel-user-verification/blob/69527fdd760cdd29853846e03504b567aac58c8a/src/UserVerification.php#L271 https://github.com/jrean/laravel-user-verification/blob/69527fdd760cdd29853846e03504b567aac58c8a/src/UserVerification.php#L342 The above two places make it almost impossible to use a different connection than the default(actually it is possible to get around it by changing DB facade temporarily,...

Hi, I have 3 personas who are authenticable. I discovered that `UserVerification` class on line 52 kept getting model from the `auth.providers.users.model `. I need it it to validate against...

Hi, Beautiful piece of work. I wish to request that the "verified" and "verification_token" column names be customizable based on info supplied on the published config file because currently working...

Working on Laravel 10 upgrade in my dev env and just noticed new signups don't get any e-mails anymore. Tried the following in Laravel Tinker: ``` > UserVerification::send($user, 'My Custom...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...