PHPackages                             wjbecker/launchfil - 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. [Admin Panels](/categories/admin)
4. /
5. wjbecker/launchfil

ActiveProject[Admin Panels](/categories/admin)

wjbecker/launchfil
==================

An opinionated Laravel + Filament starter kit for modern app development.

v1.0.0(6mo ago)09MITPHPPHP ^8.2

Since Nov 10Pushed 6mo agoCompare

[ Source](https://github.com/josh48202/launchfil)[ Packagist](https://packagist.org/packages/wjbecker/launchfil)[ RSS](/packages/wjbecker-launchfil/feed)WikiDiscussions master Synced 1mo ago

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

LaunchFil
=========

[](#launchfil)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0fe2281e183b7c5278d66775042fb3b11cc3e20269c8c37f3c4a0d383856ee0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776a6265636b65722f6c61756e636866696c)](https://packagist.org/packages/wjbecker/launchfil)[![PHP Version](https://camo.githubusercontent.com/5fe05c705bf034839bda7651781e4d0a9d42f4a840478ca5e343873a0361bb89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d626c75652e737667)](https://camo.githubusercontent.com/5fe05c705bf034839bda7651781e4d0a9d42f4a840478ca5e343873a0361bb89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d626c75652e737667)[![License](https://camo.githubusercontent.com/3c7b3d470b268814856a33afd394d579e65116f4ba048b508ddd8f76d5fd7859/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f776a6265636b65722f6c61756e636866696c)](LICENSE)[![](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new?starter-kit=wjbecker/launchfil)

> **Launch your next Filament-powered Laravel app with zero boilerplate.**

**LaunchFil** is an opinionated Laravel starter kit built around Filament (v4) and a modern developer workflow. It comes pre-configured with authentication, roles &amp; permissions, social login, and a full local dev setup — ready for you to start building.

---

Features
--------

[](#features)

- **Pre-configured Filament 4 stack** — including Shield, Breezy, and Socialite integration
- **Role &amp; permission system** powered by Filament Shield
- **Social login support** via Microsoft Azure and SocialiteProviders
- **Pre-built user management panel** with TomatoPHP Users
- **Modern dev tooling** — Pest, Pint, Rector, Larastan, Vite, and NPM scripts ready to go
- **Zero-friction setup** — run `composer setup` and start coding

---

Quick Start
-----------

[](#quick-start)

You can install this starter kit by running the commands below or by clicking the "Install with Herd" badge above

```
composer create-project wjbecker/launchfil --prefer-dist myapp
        or
laravel new myapp --using=wjbecker/launchfil

cd myapp
composer setup
```

---

Philosophy
----------

[](#philosophy)

LaunchFil removes the boilerplate from building Laravel + Filament apps. It gives you a clean, extensible foundation for modern admin apps, SaaS dashboards, or internal tools — with the tooling and workflow already wired.

---

Package Overview
----------------

[](#package-overview)

LayerPackage / ToolUI &amp; Admin[Filament v4](https://filamentphp.com)Auth &amp; Roles[Breezy](https://github.com/jeffgreco13/filament-breezy), [Shield](https://github.com/bezhanSalleh/filament-shield)Social Login[Socialite + Microsoft Azure](https://socialiteproviders.com/)Code QualityPest, Pint, Rector, LarastanDev Workflownpm + Vite, Artisan scripts, Laravel Boost &amp; PailUI IconsBlade FontAwesome---

Tooling
-------

[](#tooling)

LaunchFil includes a rich set of preconfigured **Composer scripts** that streamline your development workflow.

ScriptDescription`composer setup`Installs dependencies, creates `.env`, generates app key, migrates &amp; seeds the database, generates Filament Shield permissions, sets up a super admin, installs NPM dependencies, and builds assets. Use this right after cloning.`composer dev`Runs multiple processes simultaneously using `concurrently`:
• Laravel dev server
• Queue worker
• Pail log stream
• Vite dev server
Perfect for local development.`composer update:requirements`Updates all Composer and NPM dependencies. It runs `composer bump` followed by `npx npm-check-updates -u`, ensuring all packages stay current.`composer lint`Runs code quality tools: Rector, Pint (PHP linter/formatter), and `npm run lint`. Use before committing.`composer test`Runs the full testing suite — type coverage, unit tests, lint tests, and static analysis — ensuring the project meets quality standards.`composer test:type-coverage`Ensures 100% type coverage with Pest.`composer test:unit`Runs the unit test suite with Pest in parallel and reports coverage.`composer test:lint`Dry‑runs Pint and Rector, and executes `npm run test:lint`.`composer test:types`Runs Larastan (PHPStan for Laravel) for advanced static analysis.`composer post-update-cmd`Automatically runs asset publishing, clears cache, and ensures requirements are updated after Composer updates.`composer post-autoload-dump`Discovers Laravel packages and ensures Filament is upgraded after every autoload dump.> Tip: These scripts are chained together intentionally.
> For example, `composer test` will automatically call all test‑related scripts in sequence.

---

License
-------

[](#license)

Licensed under the **MIT License** — free for personal and commercial use.

---

### Feedback &amp; Contributions

[](#feedback--contributions)

Pull requests, ideas, and issues are welcome.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance68

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

187d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b88b7396306b1a0d5f8d6f82ab00118b66c1fe5d057695e687e7daec104b155?d=identicon)[josh48202](/maintainers/josh48202)

---

Top Contributors

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

---

Tags

laravelboilerplatedashboardadminfilamentstarter-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wjbecker-launchfil/health.svg)

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

###  Alternatives

[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[siubie/kaido-kit

Filament Admin Panel Starter Kit with pre-configured packages and settings

3824.9k](/packages/siubie-kaido-kit)[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.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

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

401.5k](/packages/ercogx-laravel-filament-starter-kit)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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