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(10mo ago)02MITPHPPHP ^8.2

Since Aug 11Pushed 10mo agoCompare

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

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

29

—

LowBetter than 57% of packages

Maintenance53

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity49

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

326d 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

[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)[siubie/kaido-kit

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

3845.0k](/packages/siubie-kaido-kit)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[raugadh/fila-starter

Laravel Filament Starter.

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

The skeleton application for the Laravel framework.

3202.5k](/packages/openclassify-openclassify)[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)

PHPackages © 2026

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