benbjurstrom / otpz-livewire-starter-kit
The official Laravel starter kit for Livewire.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 90
Language:Blade
Type:project
Requires
- php: ^8.2
- benbjurstrom/otpz: ^0.4.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/flux: ^2.0
- livewire/volt: ^1.7.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is not auto-updated.
Last update: 2025-03-21 15:05:42 UTC
README

OTPz: Laravel + Livewire Starter Kit
This project integrates the benbjurstrom/otpz package with the official Laravel + Livewire Starter Kit.
OTPz provides secure first factor one-time passwords (OTPs) for Laravel applications. Users enter their email and receive a one-time code to sign in. See the package's repo for more details.
New Applications
Create a new Laravel project using the OTPz + Livewire starter kit with the following command:
laravel new --using benbjurstrom/otpz-livewire-starter-kit otpz-livewire
Existing Applications
Use this repository as a reference to add OTPz to an existing Laravel project. You can see a diff of all changes made to the official Laravel + Livewire Starter Kit here: https://github.com/laravel/livewire-starter-kit/compare/main...benbjurstrom:otpz-livewire-starter-kit:main