javdome / daisy-blade-starter-kit
A Laravel Starter kit that includes an authentication system with a UI created using DaisyUI v5.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/javdome/daisy-blade-starter-kit
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
This package is auto-updated.
Last update: 2025-11-30 23:12:24 UTC
README
📌 Description
daisy-blade-starter-kit is a Laravel Starter kit that includes an authentication system (based on Laravel Breeze) with a UI created using Tailwind v4 and DaisyUI v5.
Starting Point
This starter kit is based on the unstyled-blade-starter-kit, with the following additions:
- Tailwind CSS v4
- DaisyUI v5 → UI components built on top of Tailwind. See daisyui.com.
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=javdome/daisy-blade-starter-kit
Official Documentation
Documentation for all Laravel starter kits can be found on the Laravel website.
Contributing
Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
License
The daisy-blade-starter-kit is open-sourced software licensed under the MIT license.