gvp/gvp-laravel-template

A Laravel React starter template with local login links and default admin/user seed data.

Maintainers

Package info

github.com/gvpiche/gvp-laravel-template

Language:TypeScript

Type:project

pkg:composer/gvp/gvp-laravel-template

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.5 2026-05-01 23:41 UTC

This package is auto-updated.

Last update: 2026-05-01 23:42:27 UTC


README

A Laravel React starter template for new applications created with laravel new --using.

Usage

laravel new my-app --using=gvp/gvp-laravel-template

The template includes Laravel's React starter kit, Pest, Laravel Boost, Spatie Permission, and Spatie Login Link.

After installation, the database is migrated and seeded with:

  • admin@test.com with password test1234 and the Admin role.
  • user@test.com with password test1234 and no role.

In local environments, the login page displays shortcuts for both seeded users.