gvp-laravel-template maintained by gvp
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.comwith passwordtest1234and theAdminrole.user@test.comwith passwordtest1234and no role.
In local environments, the login page displays shortcuts for both seeded users.