laraveldaily / tailadmin-starter-kit
LaravelDaily Starter Kit for the Laravel framework, with TailAdmin components.
Installs: 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 1
Open Issues: 0
Language:Blade
Type:project
pkg:composer/laraveldaily/tailadmin-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.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
This package is auto-updated.
Last update: 2025-11-26 03:18:57 UTC
README
This starter kit is based on TailAdmin Laravel - Free Laravel Dashboard.
We decided to merge our LaravelDaily/starter-kit with TailAdmin components.
As a result, you get full simple Laravel Auth (login, register, forget password, profile), styled as TailAdmin.
The main point is no React/Vue/Livewire required. Only Blade and Tailwind.
Inside TailAdmin, there are many more components and pages, so explore them and add them manually. This repository is created as a starter kit.
How to use
To use this kit, you can install it using:
laravel new --using=laraveldaily/tailadmin-starter-kit
From there, you can modify the kit to your needs.