A Laravel Blade Template with Sanctum Authentication built in.
Based on the Blade & Breeze Starter Kit provided with Laravel versions before Laravel 12.
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.
One-click install a new application using this starter kit through Laravel Herd:
Create a new Laravel application using this starter kit through the official Laravel Installer:
laravel new my-app --using=adygcode/base-blade-kitReplace my-app with the name of your project, using kebab-case.
This template is built using:
- Font Awesome. (n.d.). Fontawesome.com. https://fontawesome.com
- Laravel - The PHP Framework For Web Artisans. (2011). Laravel.com. https://laravel.com
- Laravel Bootcamp - Learn the PHP Framework for Web Artisans. (n.d.). Bootcamp.laravel.com. https://bootcamp.laravel.com/
- PHP: Hypertext Preprocessor. (n.d.). Www.php.net. https://php.net
- Professional README Guide. (n.d.). Coding-Boot-Camp.github.io. Retrieved April 15, 2024, from https://coding-boot-camp.github.io/full-stack/github/professional-guide
- TailwindCSS. (2023). Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. Tailwindcss.com. https://tailwindcss.com/
- Free Open Source Tailwind CSS v4 Components | HyperUI. (2025). HyperUI. https://www.hyperui.dev/
TBD
Adrian Gould: Lecturer (ASL1), North Metropolitan TAFE, Perth WA
- GitHub Pages: https://adygcode.github.io
- GitHub Repos: https://github.com/AdyGCode
- Starter Kit Repo: Retro Blade Starter Kit
The Laravel "Base Blade Kit" Starter Kit is open-sourced software licensed under the MIT license.


