gufodotdev / blade-starter-kit
Laravel starter kit using Blade templates and Starting Point UI.
Package info
github.com/gufodotdev/blade-starter-kit
Language:Blade
Type:project
pkg:composer/gufodotdev/blade-starter-kit
Requires
- php: ^8.3
- laravel/fortify: ^1.36
- laravel/framework: ^13.7
- laravel/tinker: ^3.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.5
- laravel/pao: ^1.0.6
- laravel/pint: ^1.27
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.7
- pestphp/pest-plugin-laravel: ^4.1
This package is not auto-updated.
Last update: 2026-05-10 07:43:20 UTC
README
A Blade starter kit with the modern styling of the official starter kits.
This starter kit is intended to give you the same look and feel as the official Laravel starter kits like React and Vue — but using plain Blade, so no JavaScript framework is required. This is made possible by using Starting Point UI, a framework-agnostic alternative to shadcn/ui (the component library behind the official React and Vue starter kits).
Installation
Create a new Laravel application using this starter kit through the official Laravel installer:
laravel new my-app --using=gufodotdev/blade-starter-kit
Then run composer run dev to start the dev server.
Features
- Registration, login and logout
- Email verification
- Password reset and confirmation
- Two-factor authentication
- Profile settings (update name and email, delete account)
- Password updates
- Light, dark, and system appearance
Configuring features
Authentication is powered by Laravel Fortify. All features ship enabled — see the Fortify docs for how to disable any of them via config/fortify.php and the matching User model / middleware changes.