PHPackages                             log1x/filament-starter - 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. [Framework](/categories/framework)
4. /
5. log1x/filament-starter

ActiveProject[Framework](/categories/framework)

log1x/filament-starter
======================

A beautiful starting point for your next TALL stack application.

5252.1k78[1 issues](https://github.com/Log1x/filament-starter/issues)[6 PRs](https://github.com/Log1x/filament-starter/pulls)PHPCI passing

Since May 13Pushed 3mo ago10 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

Filament Starter
================

[](#filament-starter)

Here lives a beautiful starting point to quickly bootstrap your next [TALL stack](https://tallstack.dev/) application utilizing [Filament](https://filamentphp.com/) for the admin panel.

[![Screenshot](https://camo.githubusercontent.com/04329bbf2c558406e2fc44cc0f48b270f4f92ada56e71e33ce1d8d640e5bf34d/68747470733a2f2f692e696d6775722e636f6d2f4178657262654f2e706e67)](https://camo.githubusercontent.com/04329bbf2c558406e2fc44cc0f48b270f4f92ada56e71e33ce1d8d640e5bf34d/68747470733a2f2f692e696d6775722e636f6d2f4178657262654f2e706e67)

Features
--------

[](#features)

- 🚀 Quick, clean starting point with an example **Post** model and resource.
- 🧑‍💻 Fully pre-configured and [customized](#plugins-used) Filament panel with best practices in place.
- 🎨 Clean, minimally styled frontend powered by [Livewire](https://livewire.laravel.com/).
- 💄 [TailwindCSS](https://tailwindcss.com/) and [Vite](https://vitejs.dev/) ready for immediate use.
- 👷 Pre-bundled Livewire and [Alpine](https://alpinejs.dev/) for easy extendability.
- ⚡️ SPA-ready in both Filament and the frontend.
- 🔨 GitHub Actions workflows for [Pint](https://github.com/laravel/pint) with pre-configured Dependabot for dependencies.
- 🔍️ Easy programmatic SEO using [romanzipp/laravel-seo](https://github.com/romanzipp/Laravel-SEO).

Requirements
------------

[](#requirements)

Make sure all dependencies have been installed before moving on:

- [PHP](https://secure.php.net/manual/en/install.php) &gt;= 8.2
- [Composer](https://getcomposer.org/download/)
- [Node.js](http://nodejs.org/) &gt;= 18

Getting Started
---------------

[](#getting-started)

Start by creating the project using Composer and configuring the `.env` file:

```
composer create-project log1x/filament-starter:dev-main
cd filament-starter
```

After `.env` is configured, you can proceed to migrate &amp; seed the database:

```
php artisan migrate:fresh --seed
```

Once the database is seeded, you can login at `/admin` using the default admin user:

```
Username: admin
Password: admin
```

### Build Assets

[](#build-assets)

The project assets are compiled using Vite. This can be done by installing the dependencies and running the build command with npm.

```
npm install
npm run build
```

Plugins Used
------------

[](#plugins-used)

The following [Filament plugins](https://filamentphp.com/plugins) come fully implemented and configured out of the box:

**Plugin****Description****Author**[Curator](https://github.com/awcodes/filament-curator)A beautiful media library.[awcodes](https://github.com/awcodes)[Gravatar](https://github.com/awcodes/filament-gravatar)Easy avatar integration powered by Gravatar.[awcodes](https://github.com/awcodes)[Exceptions](https://github.com/bezhansalleh/filament-exceptions)A simple but powerful Exception viewer.[bezhansalleh](https://github.com/bezhansalleh)[Jobs Monitor](https://github.com/croustibat/filament-jobs-monitor)Easily monitor background jobs and their progress.[croustibat](https://github.com/croustibat)[Breezy](https://github.com/jeffgreco13/filament-breezy)Customizable user profile pages and 2FA support.[jeffgreco13](https://github.com/jeffgreco13)[Peek](https://github.com/pboivin/filament-peek)Quick &amp; efficient front-end previews of resources.[pboivin](https://github.com/pboivin)[Logger](https://github.com/z3d0x/filament-logger)Zero-config resource activity logging.[z3d0x](https://github.com/z3d0x)Bug Reports
-----------

[](#bug-reports)

If you discover a bug in Filament Starter, please [open an issue](https://github.com/log1x/filament-starter/issues).

Contributing
------------

[](#contributing)

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License
-------

[](#license)

Filament Starter is provided under the [MIT License](LICENSE.md).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance53

Moderate activity, may be stable

Popularity41

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.2% 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://avatars.githubusercontent.com/u/5745907?v=4)[Brandon](/maintainers/Log1x)[@Log1x](https://github.com/Log1x)

---

Top Contributors

[![Log1x](https://avatars.githubusercontent.com/u/5745907?v=4)](https://github.com/Log1x "Log1x (279 commits)")[![tralves](https://avatars.githubusercontent.com/u/2600867?v=4)](https://github.com/tralves "tralves (2 commits)")[![CodeWithDennis](https://avatars.githubusercontent.com/u/23448484?v=4)](https://github.com/CodeWithDennis "CodeWithDennis (1 commits)")[![curtisbelt](https://avatars.githubusercontent.com/u/4251760?v=4)](https://github.com/curtisbelt "curtisbelt (1 commits)")[![pboivin](https://avatars.githubusercontent.com/u/7805679?v=4)](https://github.com/pboivin "pboivin (1 commits)")

---

Tags

alpinefilamentlaravellivewiretailwind

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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