PHPackages                             lingmyat/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. [Admin Panels](/categories/admin)
4. /
5. lingmyat/filament-starter-kit

ActiveProject[Admin Panels](/categories/admin)

lingmyat/filament-starter-kit
=============================

Filament starter kit include ready make Multi-Tenant, Filament Shield, Filament Exception, Customize Login Page

V1.0.4(2y ago)418118MITPHPPHP ^8.1

Since Jan 24Pushed 2y agoCompare

[ Source](https://github.com/LingMyat/Filament-Starter-Kit)[ Packagist](https://packagist.org/packages/lingmyat/filament-starter-kit)[ RSS](/packages/lingmyat-filament-starter-kit/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (14)Versions (7)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. And remember, simple things are the best for your starting point.

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

[](#new-installation)

To install Filament Starter Kit, use the following composer command:

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

After installation, run migrations:

```
php artisan migrate
```

Create the first/admin user:

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

Initialize Filament Shield:

```
php artisan shield:install
```

During the Filament Shield installation, respond with "yes" to all the questions.

Seed First Tenant
-----------------

[](#seed-first-tenant)

Customize your tenant team name in `database\Seeders\FirstTenantSeeder`. The default team name is 'Min Shin Saw'.

```
Team::create([
    'name' => 'Min Shin Saw',
    'slug' => 'min-shin-saw',
])->users()->attach(User::find(1));
```

Then run the following command:

```
php artisan db:seed
```

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

This Starter Kit incorporates the Filament Shield plugin for roles and permissions. For additional usage and commands, refer to the [Filament Shield repository](https://github.com/bezhanSalleh/filament-shield).

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 the Spatie packages, is based on another package, the base package migrations and config files are also published.

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

[](#production-section)

When it comes to production, make sure you implement FilamentUser in your User Model, and add canAccessPanel function reference:

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~10 days

Total

5

Last Release

848d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c8ed1dbb0773929a2e2e3bb7b47e7c547789bbfdb46c44a5a91519ff42eb33a?d=identicon)[Ling Myat Aung](/maintainers/Ling%20Myat%20Aung)

---

Top Contributors

[![LingMyat](https://avatars.githubusercontent.com/u/113234305?v=4)](https://github.com/LingMyat "LingMyat (16 commits)")[![christmex](https://avatars.githubusercontent.com/u/34405837?v=4)](https://github.com/christmex "christmex (4 commits)")[![MinnShinSawLingMyat](https://avatars.githubusercontent.com/u/135570861?v=4)](https://github.com/MinnShinSawLingMyat "MinnShinSawLingMyat (4 commits)")[![zymhmss](https://avatars.githubusercontent.com/u/137022751?v=4)](https://github.com/zymhmss "zymhmss (3 commits)")[![kgsint](https://avatars.githubusercontent.com/u/105710577?v=4)](https://github.com/kgsint "kgsint (2 commits)")[![saade](https://avatars.githubusercontent.com/u/14329460?v=4)](https://github.com/saade "saade (1 commits)")

---

Tags

laravelfilamentstarter-kit

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[ercogx/laravel-filament-starter-kit

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

461.7k](/packages/ercogx-laravel-filament-starter-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.

3891.8k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

625.1k](/packages/raugadh-fila-starter)

PHPackages © 2026

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