PHPackages                             ahosker/laravel-tall-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. ahosker/laravel-tall-starter-kit

ActiveProject[Framework](/categories/framework)

ahosker/laravel-tall-starter-kit
================================

The skeleton application for the Laravel framework.

v1.2.3(7mo ago)13MITBladePHP ^8.4.0CI failing

Since Sep 19Pushed 7mo agoCompare

[ Source](https://github.com/ahosker/laravel-tall-starter-kit)[ Packagist](https://packagist.org/packages/ahosker/laravel-tall-starter-kit)[ RSS](/packages/ahosker-laravel-tall-starter-kit/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (18)Versions (6)Used By (0)

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

[](#laravel-tall-starter-kit)

[![Build Status](https://github.com/ahosker/laravel-tall-starter-kit/actions/workflows/tests.yml/badge.svg)](https://github.com/ahosker/laravel-tall-starter-kit/actions) [![Total Downloads](https://camo.githubusercontent.com/bba2ff6b97529ae37a733d9452dfa55276ed69aac5b2775f46e8f0454a46aa15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61686f736b65722f6c61726176656c2d74616c6c2d737461727465722d6b6974)](https://packagist.org/packages/ahosker/laravel-tall-starter-kit) [![Latest Stable Version](https://camo.githubusercontent.com/60b59b33f72632fea675114dd7e14d5e34beee06123dd7310e524beb3e699a92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61686f736b65722f6c61726176656c2d74616c6c2d737461727465722d6b6974)](https://packagist.org/packages/ahosker/laravel-tall-starter-kit) [![License](https://camo.githubusercontent.com/24f9148aedf9df055adfe783caee2d381e6fb2a5731f3acf61bd99d7dc90086e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61686f736b65722f6c61726176656c2d74616c6c2d737461727465722d6b6974)](https://packagist.org/packages/ahosker/laravel-tall-starter-kit)

**Laravel TALL Starter Kit** is fork of [nunomaduro](https://github.com/nunomaduro/laravel-starter-kit) strict [Laravel](https://laravel.com) skeleton - for those who demand meticulous precision in their projects.

Tools like **PHPStan**, **Pest**, **Rector**, **Pint**, and **Prettier** are pre-configured to be as strict as possible. E.g: 100% type and code coverage, PHPStan level max, Rector with max privatization, and more...

> **Requires [PHP 8.4+](https://php.net/releases/)**.

Differences
-----------

[](#differences)

Modifications from upstream include:

- TALL stack (TailwindCSS, Alpine.js, Laravel, Livewire) by default.
- Removed `php artisan:make action` from `NunoMaduro\Essentials` in favor of `lorisleiva/laravel-actions`.
- Removed Commercial AI (Cursor, Junie, etc) in favor of `sst/opencode`.
- Added `livewire/flux` (PRO) Livewire Components.

Create Project
--------------

[](#create-project)

⚡️ Create your project using [Composer](https://getcomposer.org):

```
composer create-project ahosker/laravel-tall-starter-kit --prefer-dist example-app

```bash
cd example-app

# Setup project
composer setup

php artisan serve # serve the application...
```

Features
--------

[](#features)

🥃 Comes with Laravel [Essentials](https://github.com/nunomaduro/essentials), changes defaults in Laravel for more strict usage:

- Strict Models
- Auto Eager Loading
- Immutable Dates
- Force HTTPS
- Safe Console
- Asset Prefetching
- and more...

🧹 Keep a modern codebase with **Pint**, **Rector**, and **Prettier**:

> Every single rule in these tools is customized so they are most strict as possible.

```
npm install playwright
npx playwright install
```

### Verify Installation

[](#verify-installation)

Run the test suite to ensure everything is configured correctly:

```
composer test:type-coverage # 100% type coverage...
```

⚗️ Run static analysis using **PHPStan**:

```
composer test:types # level max by default
```

✅ Run unit tests using **PEST**

```
composer test:unit # 100% test coverage...
```

🚀 Run the entire test suite:

```
composer test # the entire test suite...
```

⚙️ Better defaults for testing, including:

- Fake sleeps
- Stray http requests
- Browser testing
- and more...

💭 Different application structure with:

- `app/Actions` - for application actions
- `app/Enums` - for enumerations
- and more...

🤖 Agent coding style rules with **Laravel Boost**, with support for:

- PHPStorm Junie
- Claude AI
- and more...

Notes to Self
-------------

[](#notes-to-self)

### Keep your fork up to date with the original repo

[](#keep-your-fork-up-to-date-with-the-original-repo)

1. `git fetch upstream` # get latest changes from original repo
2. `git checkout master` # switch to your local master branch 3.a `git merge upstream/main` # merge changes from original repo into your local master branch 3.b. or `git rebase upstream/main` # rebase changes from original repo into your local master branch
3. `composer update` # update dependencies if needed.
4. `git push origin master` # push changes to your forked repo

### TODO

[](#todo)

- Add Tests for custom features
- Add OpenCode Agents/Plugins/Prompts and Agents.MD

License
-------

[](#license)

**Laravel Starter Kit** was created by **[Nuno Maduro](https://x.com/enunomaduro)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance64

Regular maintenance activity

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.9% 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 ~18 days

Total

5

Last Release

217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86cfef5c1f5195df1a9db17a5f8ecb34455e1f0133a725de9acf7f2fb26ac6a1?d=identicon)[nunomaduro](/maintainers/nunomaduro)

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

---

Top Contributors

[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (99 commits)")[![ahosker](https://avatars.githubusercontent.com/u/346166?v=4)](https://github.com/ahosker "ahosker (41 commits)")[![Sairahcaz](https://avatars.githubusercontent.com/u/7384870?v=4)](https://github.com/Sairahcaz "Sairahcaz (4 commits)")[![sajjadhossainshohag](https://avatars.githubusercontent.com/u/63788037?v=4)](https://github.com/sajjadhossainshohag "sajjadhossainshohag (2 commits)")[![MrPunyapal](https://avatars.githubusercontent.com/u/53343069?v=4)](https://github.com/MrPunyapal "MrPunyapal (2 commits)")[![Coderberg](https://avatars.githubusercontent.com/u/36998159?v=4)](https://github.com/Coderberg "Coderberg (1 commits)")[![rogerguasch](https://avatars.githubusercontent.com/u/6397664?v=4)](https://github.com/rogerguasch "rogerguasch (1 commits)")[![SHJordan](https://avatars.githubusercontent.com/u/884602?v=4)](https://github.com/SHJordan "SHJordan (1 commits)")[![devhoussam1998](https://avatars.githubusercontent.com/u/121255432?v=4)](https://github.com/devhoussam1998 "devhoussam1998 (1 commits)")[![WendellAdriel](https://avatars.githubusercontent.com/u/11641518?v=4)](https://github.com/WendellAdriel "WendellAdriel (1 commits)")[![hammadzafar05](https://avatars.githubusercontent.com/u/75698921?v=4)](https://github.com/hammadzafar05 "hammadzafar05 (1 commits)")[![marekmiklusek](https://avatars.githubusercontent.com/u/112761697?v=4)](https://github.com/marekmiklusek "marekmiklusek (1 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[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.

3991.8k](/packages/codewithdennis-larament)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)

PHPackages © 2026

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