adygcode/base-blade-kit

A Laravel Blade Template with Sanctum Authentication built in

Installs: 87

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

Type:project

v1.1.1 2025-09-18 04:59 UTC

This package is auto-updated.

Last update: 2025-09-18 07:45:07 UTC


README

A Laravel Blade Template with Sanctum Authentication built in.

Based on the Blade & Breeze Starter Kit provided with Laravel versions before Laravel 12.

Built With

PHP Laravel Tailwindcss Livewire Inertia

Editor of choice

PhpStorm JetBrains

(back to top)

Description

A starter kit for Laravel based on Laravel's Blade templating engine, TailwindCSS v4, HyperUI components and FontAwesome Free icons.

It contains three sections:

  • Static Layout, Controller and Pages
  • Authenticated User Layout and Pages
  • Administration Layout, Controller and Pages

The project was developed as a re-write of the "Retro Blade Kit" also by Adrian Gould.

It provides a base template for the creation of a "SaaS" style application, omitting sections that may tie to a specific vendor such as a payment system.

General Welcome/Home Page

Welcome Page Screenshot

Authenticated User Dashboard

Authenticated User Dashboard

Admin Dashboard

Administration Dashboard

(back to top)

Table of Contents

Installation

Remember to run composer install and artisan migrate to make sure all tables are created, and packages correctly installed.

Via Laravel Herd

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

Install with Herd

Via the Laravel Installer

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

  laravel new my-app --using=adygcode/base-blade-kit

Replace my-app with the name of your project, using kebab-case.

(back to top)

Credits

This template is built using:

(back to top)

Badges

Forks Issues Educational Community Licence

(back to top)

Tests

TBD

(back to top)

Contact

Adrian Gould: Lecturer (ASL1), North Metropolitan TAFE, Perth WA

(back to top)

Licence

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

(back to top)