PHPackages                             somoscuatro/tetra-starter-laravel - 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. somoscuatro/tetra-starter-laravel

ActiveProject[Framework](/categories/framework)

somoscuatro/tetra-starter-laravel
=================================

An opinionated Laravel starter kit to build modern web applications.

2.1.0(2mo ago)03MITPHPPHP ^8.5CI passing

Since Nov 26Pushed 2mo agoCompare

[ Source](https://github.com/somoscuatro/tetra-starter-laravel)[ Packagist](https://packagist.org/packages/somoscuatro/tetra-starter-laravel)[ RSS](/packages/somoscuatro-tetra-starter-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (50)Versions (4)Used By (0)

TetraStarter for Laravel
========================

[](#tetrastarter-for-laravel)

TetraStarter for Laravel is a batteries-included Laravel 13 starter kit designed for high-quality, scalable, maintainable apps. It includes curated tools for development, debugging, refactoring, testing, and frontend productivity — all preconfigured so you can start building immediately.

Important

This is an opinionated Laravel starter kit created by [somoscuatro team](https://somoscuatro.es). While PRs are welcome, this is designed to fit the needs of one specific team.

Included Packages
-----------------

[](#included-packages)

This starter kit includes a curated selection of packages to enhance development productivity and code quality.

**Core Framework &amp; Environment**

- [Laravel 13](https://laravel.com/)
- [Laravel Sail](https://laravel.com/docs/sail) — Docker-based local development
- [Sail SSL](https://github.com/ryoluo/sail-ssl) — Local HTTPS for Sail

Tip

Please notice that since we are using [Sail SSL](https://github.com/ryoluo/sail-ssl) for local development, it might be necessary to trust the self-signed certificate in your OS/browser.

**Debugging &amp; Productivity**

- [Laravel Telescope](https://laravel.com/docs/telescope) — Debugging and insight for local environments
- [Laravel Horizon](https://laravel.com/docs/horizon) — Queue management with Redis
- [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) — Debugging toolbar
- [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper) — Improved IDE support
- [Laravel Boost](https://laravel.com/ai/boost) — AI-assisted development

**Code Quality &amp; Refactoring**

- [Rector](https://getrector.com/) — Automated code refactoring
- [Laravel Pint](https://laravel.com/docs/pint) — PHP code style enforcement
- [Prettier](https://prettier.io/) — JS/CSS code style enforcement
- [Larastan](https://github.com/larastan/larastan) — Static analysis for Laravel
- [Peck](https://github.com/peckphp/peck) — Typos checking

**Testing**

- [Pest](https://pestphp.com/) — Elegant PHP testing framework
- Pest Plugins — [Browser Testing](https://pestphp.com/docs/browser-testing), [Type Coverage](https://pestphp.com/docs/type-coverage), [Stress Testing](https://pestphp.com/docs/stress-testing), [Profanity](https://pestphp.com/docs/profanity)
- [Laravel Nightwatch](https://nightwatch.laravel.com/) — First-class monitoring for Laravel applications

**Frontend**

- [Tailwind CSS](https://tailwindcss.com/) — Utility-first CSS framework
- [Vite](https://vitejs.dev/) — Fast frontend build tool

Installation
------------

[](#installation)

Tip

This starter kit uses Laravel Sail, So Docker is required. We recommend [Orbstack](https://orbstack.com/) on macOS for the best Docker experience.

Tip

For convenience, we suggest you to set up this alias in your shell: `alias sail='bash vendor/bin/sail'`.

### Option 1: Laravel Installer (Recommended)

[](#option-1-laravel-installer-recommended)

Use the Laravel installer to create a new project:

```
laravel new --using=somoscuatro/tetra-starter-laravel
```

### Option 2: Manual Setup

[](#option-2-manual-setup)

1. Clone the repository:

    `git clone https://github.com/somoscuatro/tetra-starter-laravel.git && cd tetra-starter-laravel`
2. Install Composer dependencies:

    ```
        docker run --rm \
        -u "$(id -u):$(id -g)" \
        -v "$(pwd):/var/www/html" \
        -w /var/www/html \
        laravelsail/php84-composer:latest \
        composer install --ignore-platform-reqs
    ```
3. Create .env file:

    `cp .env.example .env`
4. Setup the project:

    `sail composer run setup`
5. Build assets

    `sail bun run build`
6. Run migrations and seed the database

    `sail artisan migrate:fresh --seed`

Composer Commands
-----------------

[](#composer-commands)

- `composer run setup` — Install dependencies, setup environment, migrate, build assets, generate IDE helpers
- `composer run lint` — Run Pint and JS lint
- `composer run format` — Format PHP and JS code
- `composer run refactor` — Run Rector for code upgrades
- `composer run test` — Run all tests (unit, type coverage, profanity)
- `composer run dev` — Start development servers (PHP, queue, logs, Vite)

Have a look at [`composer.json`](https://github.com/somoscuatro/tetra-starter-laravel/blob/main/composer.json) for the full list of commands.

License
-------

[](#license)

This starter kit is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance83

Actively maintained with recent releases

Popularity3

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 ~66 days

Total

3

Last Release

86d ago

Major Versions

1.1.0 → 2.1.02026-04-08

PHP version history (2 changes)1.0.0PHP ^8.4

2.1.0PHP ^8.5

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/6e1239f6c51a6482d58eb6691a7867017165758242a3d815f869c9a38210c851?d=identicon)[joan.lopez](/maintainers/joan.lopez)

---

Top Contributors

[![LucaPipolo](https://avatars.githubusercontent.com/u/2393718?v=4)](https://github.com/LucaPipolo "LucaPipolo (107 commits)")

---

Tags

laravellaravel-starterlaravel-starter-kitstarter-kitframeworklaravelstarter-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/somoscuatro-tetra-starter-laravel/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[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.

3891.8k](/packages/codewithdennis-larament)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ercogx/laravel-filament-starter-kit

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

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

PHPackages © 2026

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