PHPackages                             s-a-c/laravel-null-impossible - 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. s-a-c/laravel-null-impossible

ActiveProject[Framework](/categories/framework)

s-a-c/laravel-null-impossible
=============================

Laravel starter kit for the Null Impossible Domain architecture with teams, Sanctum, Reverb, and a minimal Filament admin adapter.

01↓87.5%[1 PRs](https://github.com/s-a-c/laravel-null-impossible/pulls)PHPCI failing

Since Jun 2Pushed 1mo agoCompare

[ Source](https://github.com/s-a-c/laravel-null-impossible)[ Packagist](https://packagist.org/packages/s-a-c/laravel-null-impossible)[ RSS](/packages/s-a-c-laravel-null-impossible/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Null Impossible Starter Kit
===================================

[](#laravel-null-impossible-starter-kit)

Laravel 13 starter kit for the [Null Impossible Domain](docs/architecture/null-impossible-domain/README.md) architecture: custom `Option` / `Result` monads, team-aware auth, Sanctum and Reverb boundary examples, and a minimal Filament admin adapter.

Requirements
------------

[](#requirements)

- PHP **8.5+**
- [Composer](https://getcomposer.org/)
- [pnpm](https://pnpm.io/) 11+
- [Laravel Installer](https://laravel.com/docs/starter-kits) 5.28+

Create a New Application
------------------------

[](#create-a-new-application)

Use **Herd’s PHP** (or any PHP **without** the `psr` extension). Homebrew PHP often ships `ext-psr`, which breaks Pest’s mutation plugin during `laravel new` with a `PsrExt\SimpleCache\CacheInterface` fatal error.

```
laravel new my-app --using=s-a-c/laravel-null-impossible --pnpm
cd my-app
composer run dev
```

If the installer reports **Pest initialized** failed but the app was created, check `php -m | grep psr`. With Herd’s PHP, `php artisan test` should still pass. Disable the extension on Homebrew PHP (`pecl uninstall psr` or use Herd’s `php` on your `PATH` first).

Or from the repository before Packagist publication:

```
laravel new my-app --using=https://github.com/s-a-c/laravel-null-impossible --pnpm
```

The installer runs Composer `post-create-project-cmd` (app key, SQLite file, migrations). It does **not** seed default users. Register the first account through the app, or run `php artisan db:seed` in **local** only for a demo user.

Choosing **Pest** in the installer prompts is fine (the kit already uses Pest). A failed **Pest initialized** step is usually the `ext-psr` conflict above, not a broken application.

Setup (Existing Clone)
----------------------

[](#setup-existing-clone)

```
composer setup
```

This installs PHP dependencies, copies `.env`, generates a key, migrates, installs pnpm packages, and builds frontend assets.

Quality Gates
-------------

[](#quality-gates)

ProfileCommandWhen to useFast`composer test`Day-to-day app development after `laravel new`Strict`composer ci:strict`Maintaining the Null Impossible core (PHPStan, Mago, type/coverage/mutation)What Is Included
----------------

[](#what-is-included)

- **Core:** `App\Monads`, `App\Domain`, `App\Application`, `App\Infrastructure`
- **Auth:** Fortify with teams (personal team, current team, invitations, slugged URLs)
- **API:** Sanctum token issuance via application `Result` workflows
- **Broadcasting:** Reverb with channel authorization at the boundary
- **Admin:** Filament panel with policy-based Team resource (no Shield/plugin bundle)

What Is Not Included
--------------------

[](#what-is-not-included)

- Private Composer repositories or premium dev tooling
- Horizon, Pulse, Telescope (add separately if needed)
- Filament Shield and optional Filament plugins

Documentation
-------------

[](#documentation)

- Glossary: [CONTEXT.md](CONTEXT.md)
- Architecture: [docs/architecture/null-impossible-domain/](docs/architecture/null-impossible-domain/)
- ADRs: [docs/adr/](docs/adr/)

Publishing
----------

[](#publishing)

This repository is the canonical source for the `s-a-c/laravel-null-impossible` Packagist package. Submit the package at [packagist.org](https://packagist.org/) after pushing to GitHub.

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance61

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/71233932?v=4)[StandAloneComplex](/maintainers/s-a-c)[@s-a-c](https://github.com/s-a-c)

---

Top Contributors

[![s-a-c](https://avatars.githubusercontent.com/u/71233932?v=4)](https://github.com/s-a-c "s-a-c (3 commits)")

### Embed Badge

![Health badge](/badges/s-a-c-laravel-null-impossible/health.svg)

```
[![Health](https://phpackages.com/badges/s-a-c-laravel-null-impossible/health.svg)](https://phpackages.com/packages/s-a-c-laravel-null-impossible)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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