← Voltar para projetos
Laravel Mobile Phone Verification Demo
The Laravel Framework.
#Laravel Mobile Phone Verification Demo
This is a Laravel 9 demo project with verifying the phone number via SMS, after the registration.
The goal was to mimic a similar process as in the official Email Verification feature of Laravel.
Registration process is based on Laravel Breeze.
SMS Sending is performed with Notifications, based on Vonage (ex Nexmo) provider, which is officially supported by Laravel.
#Usage
- Clone the repository with
git clone - Copy
.env.examplefile to.envand edit database credentials there - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate - That's it: launch the main URL and click
Registeron the top-right
#More from Laravel Daily
- Enroll in our Laravel Online Courses
- Check out our adminpanel generator QuickAdminPanel
- Subscribe to our YouTube channel Laravel Daily
- Subscribe to our newsletter with 20+ Laravel links every Thursday