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

dev-main 2025-03-20 16:38 UTC

This package is not auto-updated.

Last update: 2025-03-21 15:05:42 UTC


README

OTPz Screenshot

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