Laravel starter kit using Blade templates and Starting Point UI.
gufodotdev/blade-starter-kit is a Laravel package for laravel starter kit using blade templates and starting point ui..
It currently has 19 GitHub stars and 46 downloads on Packagist (latest version v1.0.3).
Install it with composer require gufodotdev/blade-starter-kit.
Discover more Laravel packages by gufodotdev
or browse all Laravel packages to compare alternatives.
Last updated
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).
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.
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.