laraveldaily/starter-kit

LaravelDaily Starter Kit for the Laravel framework.

Installs: 369

Dependents: 0

Suggesters: 0

Security: 0

Stars: 196

Watchers: 10

Forks: 18

Open Issues: 0

Language:Blade

Type:project

1.0.3 2025-05-27 09:14 UTC

This package is auto-updated.

Last update: 2025-06-03 07:41:43 UTC


README

Introduction

Our Laravel 12 + Blade starter kit provides the typical functionality found in the Laravel Starter kits, but with a few key differences:

  • A CoreUI/AdminLTE inspired design layout
  • Blade + AlpineJS code

This kit aims to fill the gap where there is no simple Blade only starter kit available.

Our internal goal at Laravel Daily is to start using this starter kit for our Demo applications, to avoid overwhelming our audience with Vue/Livewire/React if we had used one of the official Laravel 12 starter kits.

Note: This is Work in Progress kit, so it will get updates and fixes/features as we go.

Screenshots

What is Inside?

Inside you will find all the functions that you would expect:

  • Authentication
    • Login
    • Registration
    • Password Reset Flow
    • Email Confirmation Flow
  • Dashboard Page
  • Profile Settings
    • Profile Information Page
    • Password Update Page
    • Appearance Preferences

How to use it?

To use this kit, you can install it using:

laravel new --using=laraveldaily/starter-kit

From there, you can modify the kit to your needs.

Design Elements

If you want to see examples of what design elements we have, you can visit the Wiki and see the raw HTML files.

Licence

Starter kit is open-sourced software licensed under the MIT license.