PHPackages                             iddigitalagency/starterkit - 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. iddigitalagency/starterkit

ActiveProject[Framework](/categories/framework)

iddigitalagency/starterkit
==========================

ID Digital Filament Starter Kit

1.0.0(9mo ago)02MITPHPPHP ^8.2

Since Aug 11Pushed 9mo agoCompare

[ Source](https://github.com/iddigitalagency/filament-starket-kit)[ Packagist](https://packagist.org/packages/iddigitalagency/starterkit)[ RSS](/packages/iddigitalagency-starterkit/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#installation)

1. TODO::Still have to deploy this to packagist. For now, clone the Project from github.

```
composer create-project iddigital/starter
```

2. Install dependencies

    ```
    composer install
    ```
3. NPM install

    ```
    npm install && npm run build
    ```
4. copy Environment file

    ```
    cp .env.example.
    ```
5. Configure database settings

    ```
    DB_CONNECTION=mysql
    DB_HOST=127.0.01
    DB_PORT=3306
    DB_DATABASE=starter
    DB_USERNAME=root
    DB_PASSWORD=password

    ```
6. (Optional) Add Sign in by Google configuration

    ```
    GOOGLE_CLIENT_ID={clientID}
    GOOGLE_CLIENT_SECRET={clientSecret}
    GOOGLE_REDIRECT_URI=https://starter.test/admin/oauth/callback/google

    ```
7. Run Installation Command

    ```
    php artisan key:generate && php artisan starter:install
    ```
8. Acccess admin panel.

    If you are using laravel Herd:

    ```
    http(s)://{foldername}.test/admin

    ```

    Note: Installer script creates  / password credentials. You can use this account to create actual users in stating and production servers. Developer login is also added - refer to step 6 to enable. Please make sure that the google app credentials is only allowed to be used by @iddigital.com.au accounts

Manage Pages
------------

[](#manage-pages)

To manage frontend pages:

### Page customisation

[](#page-customisation)

Pages was customised to included Meta Fields. Page fields can also customisable. You can do this by updating the \\App\\Filament\\Fabricator\\PageResource. Please note that Page model and database tables need to be updated accoringly

### Layout

[](#layout)

Starter Kit comes with only a Default Layout. You can add a new layout using this command:

```
php artisan filament-fabricator:layout AdditionalLayout
```

Refer to this documentation for more info:

### Blocks

[](#blocks)

Starter Kit comes with a few basic Blocks. You can add a new block using this command:

```
php artisan filament-fabricator:block MyBlock
```

Page Blocks is fully customisable. Refer to the documentation for more details:

Roles
-----

[](#roles)

Starter Kit comes with Super Admin and Developer Roles and seeded with the initial permissions. If necessary, you can add more roles and custom permissions.

Refer to the plugin documentation for more info:

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance57

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1326896a69a9547020ae489a73053e09e3be83d31eea22c2912e87d8aaa86b21?d=identicon)[dr3ads](/maintainers/dr3ads)

---

Tags

frameworklaravelfilamentstarter-kitadmin-panel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/iddigitalagency-starterkit/health.svg)

```
[![Health](https://phpackages.com/badges/iddigitalagency-starterkit/health.svg)](https://phpackages.com/packages/iddigitalagency-starterkit)
```

###  Alternatives

[siubie/kaido-kit

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

3824.9k](/packages/siubie-kaido-kit)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[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)[openclassify/openclassify

The skeleton application for the Laravel framework.

2992.5k](/packages/openclassify-openclassify)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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