PHPackages                             mamago11/laravel-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. mamago11/laravel-starter-kit

ActiveProject[Framework](/categories/framework)

mamago11/laravel-starter-kit
============================

The skeleton application starter kit for Laravel framework.

v1.0.0(2mo ago)03↓100%MITBladePHP ^8.5

Since Mar 5Pushed 2mo agoCompare

[ Source](https://github.com/mamago11/laravel-starter-kit)[ Packagist](https://packagist.org/packages/mamago11/laravel-starter-kit)[ RSS](/packages/mamago11-laravel-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (16)Versions (2)Used By (0)

Laravel Starter Kit
===================

[](#laravel-starter-kit)

An opinionated Laravel 12 starter kit with a pre-configured development toolchain for building robust, type-safe applications.

Stack
-----

[](#stack)

LayerPackageVersionFrameworkLaravel12PHPPHP8.5DatabaseMySQL8.4FrontendTailwind CSS4BundlerVite7TestingPest4Static AnalysisPHPStan + Larastan2 / 3Code StyleLaravel Pint1RefactoringRector2DevelopmentLaravel Sail1LoggingLaravel Pail1Requirements
------------

[](#requirements)

- Docker &amp; Docker Compose (for Sail)

Getting Started
---------------

[](#getting-started)

```
composer run setup
```

This will install dependencies, generate the app key, run migrations, and build frontend assets.

To start the full development environment (server, queue, logs, Vite HMR):

```
composer run dev
```

Or with Sail:

```
./vendor/bin/sail up -d
./vendor/bin/sail composer run dev
```

Available Scripts
-----------------

[](#available-scripts)

### Composer

[](#composer)

CommandDescription`composer run dev`Start server, queue worker, Pail log viewer, and Vite dev server concurrently`composer run test`Clear config cache and run the test suite`composer run analyse`Run Rector, Pint, and PHPStan in sequence`composer run rector`Run Rector automated refactoring`composer run pint`Run Laravel Pint code formatter`composer run stan`Run PHPStan static analysis`composer run setup`Full project setup from scratch### NPM

[](#npm)

CommandDescription`npm run dev`Start Vite dev server`npm run build`Build frontend assets for productionToolchain Configuration
-----------------------

[](#toolchain-configuration)

### PHPStan (`phpstan.neon`)

[](#phpstan-phpstanneon)

- **Level:** 6
- **Larastan** extension enabled for Laravel-aware analysis
- **Paths analysed:** `app/`, `routes/`, `database/`
- Extra checks: uninitialized properties, missing callable signatures, PHPDoc types treated as certain

### Pint (`pint.json`)

[](#pint-pintjson)

- **Preset:** `laravel`
- **Additional rules:** strict types declaration, short array syntax, fully qualified imports, explicit string variables, aligned multiline comments

### Rector (`rector.php`)

[](#rector-rectorphp)

- **PHP target:** 8.5
- **Laravel sets:** code quality, collections, facade aliases to full names, Eloquent query builder, factories, container string to FQCN, array/string helpers to static calls
- **Prepared sets:** dead code removal, code quality, coding style, type declarations, privatization, early return

### Pest (`tests/`)

[](#pest-tests)

- **Plugins:** `pest-plugin-laravel`, `pest-plugin-type-coverage`
- PHPUnit 12 under the hood

Docker (Sail)
-------------

[](#docker-sail)

- **App container:** PHP 8.5
- **Database:** MySQL 8.4
- A separate `testing` database is automatically created by the MySQL entrypoint script
- Xdebug support via `SAIL_XDEBUG_MODE` environment variable

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance86

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

68d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95ee49e779ff2bb76914c6e1b29bf5fe543c21eb0c967f1a4d2e01f732d77914?d=identicon)[mamago11](/maintainers/mamago11)

---

Top Contributors

[![mamago11](https://avatars.githubusercontent.com/u/23700460?v=4)](https://github.com/mamago11 "mamago11 (2 commits)")

---

Tags

frameworklaravelstarter-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mamago11-laravel-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/mamago11-laravel-starter-kit/health.svg)](https://phpackages.com/packages/mamago11-laravel-starter-kit)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
