imacrayon/blade-starter-kit

The unofficial Laravel starter kit for Blade.
959 152
Install
composer require imacrayon/blade-starter-kit
Latest Version:v2.0.0
PHP:^8.4
License:MIT
Last Updated:Mar 31, 2026
Links: GitHub  ·  Packagist
Maintainer: imacrayon

Laravel Blade Starter Kit

This is an opinionated starter kit for building multi-tenant Laravel applications with Blade. It comes loaded with features out of the box:

  • Teams & invitations — create teams, invite users by email, and manage roles
  • Admin panel — manage users and teams with full-text search
  • User impersonation — sign in as any user from the admin panel
  • Two-factor authentication — TOTP-based 2FA powered by Laravel Fortify

The UI is composed of beautiful Blade components powered by Alpine.js and Tailwind CSS, with partial page updates via Alpine AJAX and route pre-fetching via instant.page.

Preview of the Blade Starter Kit

Installation

Via Laravel Herd

One-click install a new application using this starter kit through Laravel Herd:

Via the Laravel Installer

Create a new Laravel application using this starter kit through the official Laravel Installer:

laravel new my-app --using=imacrayon/blade-starter-kit

Want More Components?

Get even more high-quality components by purchasing the official Alpine UI Components.

Icons

This starter kit uses the refined and versatile Phosphor icon collection. However, you can easily replace this collection with any icon set supported by Blade UI Kit Icons. To add a new icon set, composer require the icon package and replace any phosphor-* references with a reference to your preferred icon. You can even install multiple icon collections in the same project, go nuts.

Sponsors

License

The Laravel Blade Starter Kit is open-sourced software licensed under the MIT license.