Download the PHP package lornequinn/starter without Composer
On this page you can find all versions of the php package lornequinn/starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lornequinn/starter
More information about lornequinn/starter
Files in lornequinn/starter
Package starter
Short Description Flux-free TALL stack starter kit. Laravel 13 + Livewire 4 + Tailwind 4 + lornequinn/auth.
License MIT
Informations about the package starter
Starter
Flux-free TALL stack starter kit. Laravel 13 + Livewire 4 + Tailwind 4 + lornequinn/auth.
Usage
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
- Laravel 13, Livewire 4, Alpine.js, Tailwind 4, Vite 8
lornequinn/auth(Fortify-backed Livewire auth, no Flux dependency)Usermodel wired withMustVerifyEmailandTwoFactorAuthenticatable- Pint, PHPStan (level 8 / Larastan), Pest 4
Model::unguard()in the base service providerdeclare(strict_types=1);enforced via Pint
Commands
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:
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
MIT
All versions of starter with dependencies
laravel/framework Version ^13.7
laravel/tinker Version ^3.0
livewire/livewire Version ^4.1
lornequinn/auth Version ^2.0