PHPackages                             dv-it/filament-core-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. [Framework](/categories/framework)
4. /
5. dv-it/filament-core-kit

ActiveProject[Framework](/categories/framework)

dv-it/filament-core-kit
=======================

An opinionated Laravel starter kit including FilamentPHP and many must have plugins.

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

Since Apr 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dv-it/filament-core-kit)[ Packagist](https://packagist.org/packages/dv-it/filament-core-kit)[ RSS](/packages/dv-it-filament-core-kit/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (20)Versions (2)Used By (0)

Filament Core Kit
=================

[](#filament-core-kit)

An opinionated Laravel starter kit that includes **FilamentPHP** and many must-have plugins to kickstart your next project with ease.

Features
--------

[](#features)

- **Laravel 12.x**: The latest version of the Laravel framework.
- **FilamentPHP**: A powerful admin panel and form builder.
- **Essential Plugins**:
    - `filament/spatie-laravel-media-library-plugin`
    - `filament/spatie-laravel-settings-plugin`
    - `filament/spatie-laravel-tags-plugin`
    - `pxlrbt/filament-excel`
- **Development Tools**:
    - **Pest**: A delightful PHP testing framework.
    - **Larastan**: Static analysis for Laravel.
    - **Laravel Pint**: Opinionated code style fixer.
    - **Laravel Sail**: Docker-based development environment.
- **Queue Management**: Powered by Laravel Horizon.
- **Real-time Monitoring**: Integrated with Laravel Telescope.

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

[](#requirements)

- PHP 8.2 or higher
- Docker (for Laravel Sail)
- Composer

Installation
------------

[](#installation)

1. **Create a New Project**: Use the Laravel starter kit command to create a new project:

    ```
    laravel new my-app --using=dv-it/filament-core-kit
    ```
2. **Set Up Environment**:

    - Navigate to the project directory: ```
        cd my-app
        ```
    - Update the `.env` file with your database and other configurations.
3. **Start Laravel Sail**:

    ```
    ./vendor/bin/sail up -d
    ```
4. **Run Migrations**:

    ```
    ./vendor/bin/sail artisan migrate
    ```
5. **Serve the Application**: Access the application at `http://localhost`.

Development
-----------

[](#development)

- **Run the Development Environment**: ```
    ./vendor/bin/sail up
    ```
- **Run Tests**: ```
    ./vendor/bin/sail test
    ```
- **Lint Code**: ```
    ./vendor/bin/sail pint
    ```

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

[](#contributing)

Contributions are welcome! Please submit a pull request or open an issue for any bugs or feature requests.

License
-------

[](#license)

This project is licensed under the **GPL-3.0**. See the [LICENSE](LICENSE) file for details.

```

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

437d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48065092?v=4)[kronik187](/maintainers/kronik187)[@kronik187](https://github.com/kronik187)

---

Top Contributors

[![kronik187](https://avatars.githubusercontent.com/u/48065092?v=4)](https://github.com/kronik187 "kronik187 (2 commits)")

---

Tags

frameworklaravelfilamentphp

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dv-it-filament-core-kit/health.svg)

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

###  Alternatives

[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.

3991.8k](/packages/codewithdennis-larament)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[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)[openclassify/openclassify

The skeleton application for the Laravel framework.

3202.5k](/packages/openclassify-openclassify)

PHPackages © 2026

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