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

ActiveProject

dcrepper/filament-starter-kit
=============================

The skeleton application for the Laravel framework.

17Blade

Since Nov 10Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/MadBox-99/filament-starter-kit)[ Packagist](https://packagist.org/packages/dcrepper/filament-starter-kit)[ RSS](/packages/dcrepper-filament-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Filament Starter Kit
====================

[](#filament-starter-kit)

Filament Starter Kit is a distribution of [Filament](https://filamentphp.com/) with a variety of pre-installed components. Simple things are the best for your starting point.

New Installation
----------------

[](#new-installation)

To install Filament Starter Kit, run:

```
composer create-project dcrepper/filament-starter-kit
```

After installation, run the migrations:

```
php artisan migrate
```

Create the first (admin) user:

```
php artisan make:filament-user
```

Then seed the database:

```
php artisan db:seed
```

Visit `/admin` on your site to see the Filament login screen.
Log in with the user created in step #4.

All relevant migrations, views, and config files have been published to the main Laravel directory tree in the expected locations.
If a package (such as a Spatie package) is based on another package, the base package migrations and config files are also published.

Production Section
==================

[](#production-section)

For production, ensure you implement `FilamentUser` in your User model and add the `canAccessPanel` function.
See the [Filament documentation](https://filamentphp.com/docs/3.x/panels/installation#deploying-to-production) for details.

License
-------

[](#license)

The MIT License. Please see [the license file](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance47

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5c06d300b54123eef43d008b7e0c35ce6b21aa57dd1cb83ec1aefc7a3b69772?d=identicon)[MadBox-99](/maintainers/MadBox-99)

---

Top Contributors

[![MadBox-99](https://avatars.githubusercontent.com/u/72586295?v=4)](https://github.com/MadBox-99 "MadBox-99 (20 commits)")

### Embed Badge

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

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

PHPackages © 2026

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