benbjurstrom/otpz-react-starter-kit

The skeleton application for the Laravel framework.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 124

Language:TypeScript

Type:project

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

This package is not auto-updated.

Last update: 2025-03-20 16:52:21 UTC


README

OTPz Screenshot

OTPz: Laravel + React Starter Kit

This project integrates the benbjurstrom/otpz package with the official Laravel + React 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 + React starter kit with the following command:

laravel new --using benbjurstrom/otpz-react-starter-kit otpz-react

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 + React Starter Kit here: https://github.com/laravel/react-starter-kit/compare/main...benbjurstrom:otpz-react-starter-kit:main