PHPackages                             codewow/starterkit - 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. codewow/starterkit

ActiveProject[Framework](/categories/framework)

codewow/starterkit
==================

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

v1.0.3(1mo ago)0221MITPHPPHP ^8.5CI passing

Since Mar 4Pushed 1mo agoCompare

[ Source](https://github.com/codewownl/starterkit)[ Packagist](https://packagist.org/packages/codewow/starterkit)[ RSS](/packages/codewow-starterkit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (57)Versions (6)Used By (0)

Code WOW! Starterkit
====================

[](#code-wow-starterkit)

A **easy-to-use Laravel starterkit** with Filament 5 pre-configured.

> **Requires PHP 8.5+**

---

Quick Start
-----------

[](#quick-start)

```
composer create-project codewow/starterkit your-project-name
```

This command executes `php artisan starterkit:setup` after installation, which will guide you through the setup process.

Serve with **Laravel Herd**: the app is available at `http://your-project-name.test`.

---

Stack
-----

[](#stack)

LayerTechFrameworkLaravel 12.xAdminFilamentPHP 5.x (SPA mode, custom theme, MFA)Defaults[nunomaduro/essentials](https://github.com/nunomaduro/laravel-essentials) (strict models, auto-eager loading, immutable dates)Static analysisLarastanCode styleLaravel PintTestsPest 4.x (incl. browser tests)RefactoringRector---

Developer Experience
--------------------

[](#developer-experience)

### One command to rule them all

[](#one-command-to-rule-them-all)

```
composer review   # Pint → Rector → PHPStan → Pest
```

### Quality &amp; testing

[](#quality--testing)

- **Pint** – `vendor/bin/pint --dirty --format agent` (or `composer run pint`)
- **Rector** – `vendor/bin/rector --ansi`
- **PHPStan** – `vendor/bin/phpstan analyse`
- **Pest** – `php artisan test --compact`

### CI (GitHub Actions)

[](#ci-github-actions)

- **Tests** – PEST 4.x, 4 parallel shards
- **PHPStan** – static analysis
- **Pint** – style fix + auto-commit

---

Filament
--------

[](#filament)

- SPA mode
- Custom login (with developer login in local)
- Custom theme
- Profile management
- MFA (App Authentication)
- Tables: striped rows, deferred loading

---

Customizations
--------------

[](#customizations)

### Migration stubs

[](#migration-stubs)

Custom stubs omit the `down()` method. Remove the custom stubs to restore Laravel’s default migration templates.

### Helpers

[](#helpers)

Add app-wide helpers in `app/Helpers.php`:

```
if (! function_exists('example')) {
    function example(): string
    {
        return 'Your helper function here.';
    }
}
```

---

This project is based on [CodeWithDennis/larament](https://github.com/CodeWithDennis/larament). We have made some changes to the original project to make it more suitable for our needs.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance88

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~4 days

Total

5

Last Release

59d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c88b234d76284cb0bf6687a56a9f61806b557d6bd04e495a3b5e1c40aeaaa131?d=identicon)[Jessedev1](/maintainers/Jessedev1)

---

Top Contributors

[![Jessedev1](https://avatars.githubusercontent.com/u/60600868?v=4)](https://github.com/Jessedev1 "Jessedev1 (23 commits)")

---

Tags

frameworklaravelstarter-kitfilamentphpstarterkitcreativeworkcodewow

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codewow-starterkit/health.svg)

```
[![Health](https://phpackages.com/badges/codewow-starterkit/health.svg)](https://phpackages.com/packages/codewow-starterkit)
```

###  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)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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