PHPackages                             lornequinn/starter - 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. lornequinn/starter

ActiveProject[Framework](/categories/framework)

lornequinn/starter
==================

Flux-free TALL stack starter kit. Laravel 13 + Livewire 4 + Tailwind 4 + lornequinn/auth.

v0.1.1(4w ago)03MITPHPPHP ^8.3CI passing

Since May 11Pushed 3w agoCompare

[ Source](https://github.com/lornequinn/starter)[ Packagist](https://packagist.org/packages/lornequinn/starter)[ RSS](/packages/lornequinn-starter/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (13)Versions (3)Used By (0)

Starter
=======

[](#starter)

Flux-free TALL stack starter kit. Laravel 13 + Livewire 4 + Tailwind 4 + [`lornequinn/auth`](https://github.com/lornequinn/auth).

Usage
-----

[](#usage)

```
laravel new --using=lornequinn/starter my-app
cd my-app
composer dev
```

That's it. Auth flows (login, registration, password reset, email verification, 2FA, profile) are pulled in from `lornequinn/auth` and wired up automatically. Visit `/login`, `/register`, or `/dashboard`.

What's in the box
-----------------

[](#whats-in-the-box)

- Laravel 13, Livewire 4, Alpine.js, Tailwind 4, Vite 8
- `lornequinn/auth` (Fortify-backed Livewire auth, no Flux dependency)
- `User` model wired with `MustVerifyEmail` and `TwoFactorAuthenticatable`
- Pint, PHPStan (level 8 / Larastan), Pest 4
- `Model::unguard()` in the base service provider
- `declare(strict_types=1);` enforced via Pint

Commands
--------

[](#commands)

```
composer dev          # concurrent: serve + queue + pail + vite
composer test         # pint check + phpstan + pest
composer lint         # pint --parallel
composer stan         # phpstan
```

Customising
-----------

[](#customising)

The starter ships `config/lq-auth.php` pre-wired to use the host layouts (`layouts.app` for authenticated pages, `layouts.guest` for login/register/etc.). Toggle features (registration, 2FA, email verification) there.

To restyle auth views themselves (login form HTML, register form, profile pages), publish them once:

```
php artisan vendor:publish --tag=lq-auth-views
```

They land in `resources/views/vendor/lq-auth/` and are yours to edit.

The host layout shell, UI components, and welcome page live on disk under `resources/views/`. Edit them, override them, replace them — they're yours from `git init`.

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance94

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

28d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/265405724?v=4)[lornequinn](/maintainers/lornequinn)[@lornequinn](https://github.com/lornequinn)

---

Top Contributors

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

---

Tags

laravellivewiretailwindstarter-kitfortifylornequinn

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lornequinn-starter/health.svg)

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

###  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.

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

Laravel Filament Starter.

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

PHPackages © 2026

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