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.
- Clone the repository with
git clone
- Copy
.env.example
file to.env
and 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
Register
on the top-right
- 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