PHPackages                             richardstyles/filament-laravel-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. richardstyles/filament-laravel-starter-kit

ActiveProject[Framework](/categories/framework)

richardstyles/filament-laravel-starter-kit
==========================================

A Laravel 13 starter kit with Fortify, Livewire 4, Filament 5, Sanctum, Socialite, spatie/laravel-permission, Tailwind 4, and Pest 4 wired together.

v0.1(3mo ago)014MITPHP ^8.3 || ^8.4 || ^8.5

Since Apr 25Compare

[ Source](https://github.com/RichardStyles/filament-laravel-starter-kit)[ Packagist](https://packagist.org/packages/richardstyles/filament-laravel-starter-kit)[ RSS](/packages/richardstyles-filament-laravel-starter-kit/feed)WikiDiscussions Synced 3w ago

READMEChangelog (1)Dependencies (23)Versions (2)Used By (0)

Laravel 13 Starter Kit
======================

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

A Laravel 13 starter kit with authentication, two-factor, role-based authorization, profile management, an admin panel, OAuth social sign-in, and a token-authenticated API — wired together with Livewire 4, Filament 5, Tailwind 4, and Pest 4.

What's included
---------------

[](#whats-included)

AreaWhat you getAuthenticationLogin, registration, password reset, email verification, two-factor (TOTP), browser-session management, account deletion — all Livewire 4 components driven by Filament Schemas and FortifySocial sign-inSocialite-backed GitHub + Google buttons on `/login` and `/register`, with a connected-accounts settings sectionAuthorizationspatie/laravel-permission with seeded `admin` and `user` roles, an example `UserPolicy`, and a `before()` admin-bypass patternAdmin panelFilament 5 panel at `/admin`, restricted to the `admin` role, with a `UserResource` for CRUD + role assignmentAPISanctum-protected `/api/v1/*` (with `/v1/user` example) plus a settings section to issue and revoke personal-access tokensSettings hubSingle `/settings` page with eight sections: profile + avatar upload, password, 2FA, appearance, API tokens, connected accounts, browser sessions, account deletionThemingLight / dark / system appearance toggle persisted per user, with a pre-paint script in the layout to prevent FOUCNotificationsFilament's database notifications drawer wired through the navigation bellMailLaravel's mail templates published and recolored to the kit's indigo paletteToolingPint, Larastan (level 5), Rector (PHP 8.3 + quality sets), Pest 4 (with Playwright browser tests), GitHub Actions matrix on PHP 8.3/8.4Quality`composer check` runs lint, static analysis, refactor dry-run, and the full test suite as one commandRequirements
------------

[](#requirements)

- PHP 8.3+
- Composer 2
- Node 20+ and npm
- A PostgreSQL or MySQL database
- A Redis instance (optional — defaults to database queue and cache)

Install
-------

[](#install)

```
composer create-project richardstyles/filament-laravel-starter-kit my-app
cd my-app
composer setup
```

`composer setup` copies `.env.example` to `.env`, generates an app key, runs migrations, installs npm packages, and builds frontend assets.

If you cloned directly:

```
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
npm install
npm run build
```

The seeder creates a test admin (`test@example.com` / `password`) and five regular users.

Running locally
---------------

[](#running-locally)

```
composer dev
```

This launches `php artisan serve`, the queue worker, the log tailer, and the Vite dev server concurrently.

Quality commands
----------------

[](#quality-commands)

```
composer lint        # apply Pint formatting
composer lint:test   # check Pint without applying changes (CI-safe)
composer analyse     # run Larastan
composer refactor    # apply Rector transforms
composer refactor:dry # preview Rector changes
composer test        # run the Pest suite
composer check       # all of the above as one command
```

OAuth setup
-----------

[](#oauth-setup)

Drop the credentials in `.env`:

```
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT_URI="${APP_URL}/auth/github/callback"

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI="${APP_URL}/auth/google/callback"
```

Toggle which providers appear via `SOCIALITE_PROVIDERS` (comma-separated). Add new providers by extending `config/services.php` and the `SocialController` whitelist.

Customizing
-----------

[](#customizing)

Want to...EditChange the brand name`APP_NAME` in `.env`, the logo `` in `resources/views/livewire/navigation.blade.php` and `resources/views/welcome.blade.php`Change the brand color`Color::Indigo` in `app/Providers/Filament/AdminPanelProvider.php`, indigo classes in views, `#4f46e5` in `resources/views/vendor/mail/html/themes/default.css`Add a navigation linkThe `$links` array at the top of `resources/views/livewire/navigation.blade.php`Add a settings sectionCreate a Livewire component, add `@livewire(...)` to `resources/views/livewire/settings/index.blade.php`Add a Filament resource`php artisan make:filament-resource Foo --generate`Disable email verification`FORTIFY_EMAIL_VERIFICATION=false` in `.env`Add a localeDrop `lang/{locale}/*.php` files mirroring `lang/en/`, set `APP_LOCALE`License
-------

[](#license)

Released under the MIT license. See [LICENSE](LICENSE).

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance82

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

90d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72f95111dc92cab50312c2d2917c40ec8fd45afb3bb437bd2a5755ca56126dcb?d=identicon)[RichardStyles](/maintainers/RichardStyles)

---

Tags

laravellivewirefilamentstarter-kittailwindcssfortify

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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