Looking to hire Laravel developers? Try LaraJobs

gvp-laravel-template maintained by gvp

Description
A Laravel React starter template with local login links and default admin/user seed data.
Last update
2026/05/02 01:41 (dev-main)
License
Links
Downloads
2

Comments
comments powered by Disqus

GVP Laravel Template

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.