onelegstudios / starter-kit
A Laravel starter kit for Livewire.
Package info
github.com/onelegstudios/starter-kit
Language:Blade
Type:project
pkg:composer/onelegstudios/starter-kit
dev-main
2026-03-12 20:36 UTC
Requires
- php: ^8.2
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/blaze: ^1.0
- livewire/flux: ^2.9.0
- livewire/livewire: ^4.0
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.6
- fakerphp/faker: ^1.23
- fruitcake/laravel-debugbar: ^4.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- onelegstudios/starter-kit-setup: ^1.0.0
- phpunit/phpunit: ^11.5.3
- soloterm/solo: ^0.5.0
- spatie/laravel-login-link: ^1.6
This package is auto-updated.
Last update: 2026-03-12 22:35:49 UTC
README
Overview
This project extends laravel/livewire-starter-kit by providing enhanced developer experience and local development tools.
It is intended for teams seeking a Laravel + Livewire solution, offering a practical default setup that runs quickly, tests easily, and is highly customizable.
Added Development Packages
fruitcake/laravel-debugbarfor request/debug inspectionbarryvdh/laravel-ide-helperfor IDE meta generationsoloterm/solofor local terminal workflow automationspatie/laravel-login-linkfor local magic-login linksonelegstudios/starter-kit-setupfor post-create environment setup
Project Improvements
- The kit adds a shortcut that lets developers log in instantly as a preconfigured test user, saving time during local testing.
- A customizable dark mode is included, with options such as button, dropdown, or two-bar configurations, giving users flexibility in how they enable dark mode.
- Users can upload, update, or remove a profile picture directly from their profile settings, simplifying the process of managing personal avatars.
- Uses Lucide insted of Heroicons
- Implements MustVerifyEmail by default
Instalation
laravel new --using=onelegstudios/starter-kit
Upstream Starter Kit
The original upstream starter kit documentation is available at:
License
This project is open-sourced software licensed under the MIT license.