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
Requires
- php: ^8.2
- blade-ui-kit/blade-icons: ^1.8
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- owenvoke/blade-fontawesome: ^2.9
Requires (Dev)
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
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.