benbjurstrom/otpz-vue-starter-kit

The skeleton application for the Laravel framework.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 94

Language:Vue

Type:project

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

This package is not auto-updated.

Last update: 2025-03-20 16:46:14 UTC


README

OTPz Screenshot

OTPz: Laravel + Vue Starter Kit

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

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

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