https://github.com/javdome/daisy-blade-starter-kit
Laravel starter kit with Blade, authentication, and styled with DaisyUI (v5).
https://github.com/javdome/daisy-blade-starter-kit
authentication blade daisyui laravel starter-kit
Last synced: about 2 months ago
JSON representation
Laravel starter kit with Blade, authentication, and styled with DaisyUI (v5).
- Host: GitHub
- URL: https://github.com/javdome/daisy-blade-starter-kit
- Owner: javdome
- Created: 2025-08-28T22:39:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-30T22:41:21.000Z (10 months ago)
- Last Synced: 2025-11-07T10:24:17.503Z (8 months ago)
- Topics: authentication, blade, daisyui, laravel, starter-kit
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# daisy-blade-starter-kit
## 📌 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](https://github.com/javdome/unstyled-blade-starter-kit), with the following additions:
- **Tailwind CSS v4**
- **DaisyUI v5** → UI components built on top of Tailwind. See [daisyui.com](https://daisyui.com/).
## Installation
### Via Laravel Herd
One-click install a new application using this starter kit through [Laravel Herd](https://herd.laravel.com):
### Via the Laravel Installer
Create a new Laravel application using this starter kit through the official [Laravel Installer](https://laravel.com/docs/12.x/starter-kits#community-maintained-starter-kits):
```bash
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](https://laravel.com/docs/starter-kits).
## Contributing
Thank you for considering contributing to our starter kit! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## License
The **daisy-blade-starter-kit** is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).