mdavis1982 / laravel-starter-kit
An opinionated Laravel starter kit for new applications.
Package info
github.com/mdavis1982/laravel-starter-kit
Language:Blade
Type:project
pkg:composer/mdavis1982/laravel-starter-kit
Requires
- php: ^8.5
- filament/filament: ^5.0
- fuzzyfox/lucide-for-laravel: ^1.0
- laravel/framework: ^13.8
- laravel/tinker: ^3.0
- league/flysystem-aws-s3-v3: ^3.35
- livewire/livewire: ^4.3
- nunomaduro/laravel-sluggable: ^1.0
- pxlrbt/filament-environment-indicator: ^3.5
- thecodingmachine/safe: ^3.4
- useclassy/laravel: ^2.1
Requires (Dev)
- driftingly/rector-laravel: ^2.3
- fakerphp/faker: ^1.23
- fruitcake/laravel-debugbar: ^4.3
- larastan/larastan: ^3.9
- laravel/pail: ^1.2.5
- laravel/pao: ^1.0.6
- laravel/pint: ^1.27
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^5.0
- pestphp/pest-plugin-laravel: ^5.0
- pestphp/pest-plugin-phpstan: ^5.0
- pestphp/pest-plugin-rector: ^5.0
- pestphp/pest-plugin-type-coverage: ^5.0
- rector/rector: ^2.4
- roave/security-advisories: dev-latest
- thecodingmachine/phpstan-safe-rule: ^1.4
This package is auto-updated.
Last update: 2026-07-29 21:13:52 UTC
README
An opinionated Laravel starter kit for new applications.
Overview
This is an opinionated Laravel starter kit built for correctness and speed of development.
On top of a stock Laravel install it ships a Filament admin panel, a strict static-analysis and refactoring pipeline, an invokable Actions architecture, hardened application defaults, custom developer tooling, and a curated frontend toolchain.
The guiding philosophy is to be strict by default.