PHPackages                             raugadh/fila-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. raugadh/fila-starter

ActiveProject[Framework](/categories/framework)

raugadh/fila-starter
====================

Laravel Filament Starter.

v4.0.1(2mo ago)614.9k↓50%7MITPHPPHP ^8.2CI passing

Since Jan 20Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/raugadh/fila-starter)[ Packagist](https://packagist.org/packages/raugadh/fila-starter)[ RSS](/packages/raugadh-fila-starter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (48)Versions (26)Used By (0)

FilaStarter Kit
---------------

[](#filastarter-kit)

A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements.

Preview Login:

DarkLight[![](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-login-dark.webp)](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-login-dark.webp)[![](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-login-light.webp)](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-login-light.webp)Preview DashBoard:

DarkLight[![](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-dashboard-dark.webp)](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-dashboard-dark.webp)[![](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-dashboard-light.webp)](https://raw.githubusercontent.com/raugadh/fila-starter/refs/heads/master/.github/preview-dashboard-light.webp)### Packages

[](#packages)

[Laravel v12](https://github.com/laravel/laravel)
[Livewire v4](https://github.com/livewire/livewire)
[Filament v5](https://github.com/filamentphp/filament)

#### Packages Installed/Pre-configured

[](#packages-installedpre-configured)

- Filament Packages

    - awcodes/overlook
    - bezhansalleh/filament-shield
    - caresome/filament-auth-designer
    - charrafimed/global-search-modal
    - dutchcodingcompany/filament-developer-logins
    - jacobtims/filament-logger
    - jeffgreco13/filament-breezy
    - marcelweidum/filament-expiration-notice
    - openplain/filament-shadcn-theme (Theme)
- Other Packages

    - barryvdh/laravel-debugbar
    - laravel/boost

### Compatibility

[](#compatibility)

Starter KitFilament Version**2.x*****3.x*****3.x****4.x****4.x****5.x**### Installation

[](#installation)

#### Create New Project

[](#create-new-project)

```
composer create-project --prefer-dist raugadh/fila-starter example-app
```

#### Deployment

[](#deployment)

- Configure Project.

    - Update Composer Packages
    - Add Database Credentials
    - Add ASSET\_PREFIX if deployed application in sub-folder
    - Link Storage

        ```
        php artisan storage:link
        ```
- Initialize Project

    ```
    php artisan project:init
    ```
- Update Permissions and Migrations

    - Whenever new Resource , Page or migration is Added Run update command to migrate and create permissions. ```
        php artisan project:update
        ```
- build vite assets

    ```
    npm install
    ```

    ```
    npm run build
    ```
- Clear/Generate New Cache

    ```
    php artisan project:cache
    ```
- Configure [Laravel Boost](https://github.com/laravel/boost)

    ```
    php artisan boost:install
    ```

##### Make sure to check custom console commands yourself and change them based on your requirements.

[](#make-sure-to-check-custom-console-commands-yourself-and-change-them-based-on-your-requirements)

### Lint &amp; Fix

[](#lint--fix)

- Pint ('test') &amp; Prettier('check')

    ```
    composer lint
    ```
- Pint &amp; Prettier('write')

    ```
    composer fix
    ```

#### Enjoy

[](#enjoy)

```
Thanks for using this kit, leave a star if you found this useful.

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance86

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~49 days

Recently: every ~41 days

Total

24

Last Release

69d ago

Major Versions

v1.1.4 → v2.02024-03-21

v2.1.1 → v3.0.02025-09-18

v3.1.0 → v4.0.02026-02-13

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67876352?v=4)[Ankit Kumar Singh](/maintainers/raugadh)[@raugadh](https://github.com/raugadh)

---

Top Contributors

[![raugadh](https://avatars.githubusercontent.com/u/67876352?v=4)](https://github.com/raugadh "raugadh (104 commits)")

---

Tags

frameworklaravelfilamentstarter-kit

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/raugadh-fila-starter/health.svg)

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

###  Alternatives

[ercogx/laravel-filament-starter-kit

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

401.5k](/packages/ercogx-laravel-filament-starter-kit)[siubie/kaido-kit

Filament Admin Panel Starter Kit with pre-configured packages and settings

3824.9k](/packages/siubie-kaido-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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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