PHPackages                             shanerbaner82/filament-installer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shanerbaner82/filament-installer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shanerbaner82/filament-installer
================================

FilamentPHP application installer.

v1.0.0(1y ago)17333MITPHPPHP ^8.2

Since May 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/shanerbaner82/filament-installer)[ Packagist](https://packagist.org/packages/shanerbaner82/filament-installer)[ RSS](/packages/shanerbaner82-filament-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (7)Versions (8)Used By (0)

**Quickly spin up a new Filament powered application.**

Filament Installer is a command-line tool that replaces the Laravel installer and wraps up the most common tasks you might take when creating a Filament app: opening it in your editor and your browser, initialize a git repository, tweak your `.env` and `.env.example`, and more.

Requirements
============

[](#requirements)

- PHP 8.2+

Installation if running Herd
============================

[](#installation-if-running-herd)

```
herd composer global require shanerbaner82/filament-installer
```

Otherwise run:

```
composer global require shanerbaner82/filament-installer
```

Upgrading
=========

[](#upgrading)

```
composer global update shanerbaner82/filament-installer
```

Usage
=====

[](#usage)

Make sure `~/.composer/vendor/bin` is in your terminal's path.

```
cd ~/
filament new my-cool-filament-app
```

What exactly does it do?
========================

[](#what-exactly-does-it-do)

- `filament new $PROJECTNAME`
- Initialize a git repo, add all the files, and, after some changes below, make a commit with the text "Initial commit."
- Replace the `.env` (and `.env.example`) database credentials with the default macOS MySQL credentials: database of `$PROJECTNAME`, user `root`, and empty password
- Replace the `.env` (and `.env.example`) `APP_URL` with `$PROJECTNAME.$YOURVALETTLD`
- Generate an app key
- Set up dark mode (if opted in)
- Scaffold custom theme assets (if opted in)
- Install and setup [Filament Breezy](https://filamentphp.com/plugins/breezy), [Filament Shield](https://filamentphp.com/plugins/shield), or [Filament Sentry](https://github.com/awcodes/filament-sentry) (if opted in)
- Open the project in your favorite editor
- Open `$PROJECTNAME.$YOURVALETTLD` in your browser

> Note: If your `$PROJECTNAME` has dashes (`-`) in it, they will be replaced with underscores (`_`) in the database name.

There are also a few optional behaviors based on the parameters you pass (or define in your config file), including creating a database, migrating, running Valet Link and/or Secure, and running a custom bash script of your definition after the fact.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Every ~0 days

Total

7

Last Release

712d ago

Major Versions

0.3.1 → v1.0.02024-05-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/16cc4d562d3f6f302901f1c65eb3ce819c0fb24ab2616241c605126102812ca4?d=identicon)[shanerbaner82](/maintainers/shanerbaner82)

---

Top Contributors

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

---

Tags

filamentphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/shanerbaner82-filament-installer/health.svg)

```
[![Health](https://phpackages.com/badges/shanerbaner82-filament-installer/health.svg)](https://phpackages.com/packages/shanerbaner82-filament-installer)
```

###  Alternatives

[laravel/installer

Laravel application installer.

83610.7M20](/packages/laravel-installer)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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