wjbecker / launchfil
An opinionated Laravel + Filament starter kit for modern app development.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/wjbecker/launchfil
Requires
- php: ^8.2
- bezhansalleh/filament-shield: ^4.0.2
- dutchcodingcompany/filament-socialite: ^3.0
- filament/filament: ^4.2.0
- jeffgreco13/filament-breezy: ^3.0.3
- laravel/framework: ^12.37
- laravel/sanctum: ^4.2
- laravel/tinker: ^2.10.1
- nunomaduro/essentials: ^1.0.1
- owenvoke/blade-fontawesome: ^2.9.1
- socialiteproviders/microsoft-azure: ^5.2
- tomatophp/filament-users: ^4.0.3
Requires (Dev)
- driftingly/rector-laravel: ^2.1.3
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.8.0
- laravel/boost: ^1.7.1
- laravel/pail: ^1.2.3
- laravel/pint: ^1.25.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^4.1.3
- pestphp/pest-plugin-browser: ^4.1.1
- pestphp/pest-plugin-laravel: ^4.0.0
- pestphp/pest-plugin-type-coverage: ^4.0.3
- rector/rector: ^2.2.7
This package is auto-updated.
Last update: 2025-11-09 02:28:54 UTC
README
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 & permissions, social login, and a full local dev setup — ready for you to start building.
Features
- Pre-configured Filament 4 stack — including Shield, Breezy, and Socialite integration
- Role & 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 run setupand start coding
Installation
laravel new my-app --using=wjbecker/launchfil composer setup npm run dev
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.
Stack Overview
| Layer | Package / Tool |
|---|---|
| UI & Admin | Filament v4 |
| Auth & Roles | Breezy, Shield |
| Social Login | Socialite + Microsoft Azure |
| Code Quality | Pest, Pint, Rector, Larastan |
| Dev Workflow | npm + Vite, Artisan scripts, Laravel Boost & Pail |
| UI Icons | Blade FontAwesome |
License
Licensed under the MIT License — free for personal and commercial use.
Feedback & Contributions
Pull requests, ideas, and issues are welcome.
Let’s make the Laravel + Filament experience even smoother together.