An open API service indexing awesome lists of open source software.

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).

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):

Install with Herd

### 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).