phoneauth / breeze
This package built on top of Laravel Breeze and changes laravel default email based authentication to phone number auth
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.3
This package is auto-updated.
Last update: 2025-03-16 13:04:55 UTC
README
This package built on top of Laravel Breeze and changes laravel default email based authentication to phone number auth.
Install
First, you should create a new Laravel application, configure your database, and run your database migrations. Once you have created a new Laravel application, you may install PhoneAuth using Composer:
composer require phoneauth/breeze --dev
After Composer has installed the PhoneAuth package, you may run the phoneauth:install Artisan command. This command publishes the authentication views, routes, controllers, and other resources to your application.
php artisan phoneauth:install npm install npm run dev php artisan migrate
SMS Channel
This package uses a custom channel to send SMS and you have to make changes in the following file for your own use
\App\Notifications\VerifyPhoneNumber
License
The Laravel package is open-sourced software licensed under the MIT license.