PHPackages                             timeglitchd/filament-nested-resources - 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. [Admin Panels](/categories/admin)
4. /
5. timeglitchd/filament-nested-resources

ActiveLibrary[Admin Panels](/categories/admin)

timeglitchd/filament-nested-resources
=====================================

Add support for nested resources to filament/filament.

02[2 PRs](https://github.com/TimeglitchD/filament-nested-resources/pulls)PHP

Since Aug 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/TimeglitchD/filament-nested-resources)[ Packagist](https://packagist.org/packages/timeglitchd/filament-nested-resources)[ RSS](/packages/timeglitchd-filament-nested-resources/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

This is my package filament-nested-resources
============================================

[](#this-is-my-package-filament-nested-resources)

[![Latest Version on Packagist](https://camo.githubusercontent.com/13d25219a08f2c52219fdf7d09ebaa112fc78c55f037137cad6939c824aa56ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696d65676c69746368642f66696c616d656e742d6e65737465642d7265736f75726365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timeglitchd/filament-nested-resources)[![GitHub Tests Action Status](https://camo.githubusercontent.com/02e9353f5e85d933367e8b81d0bcf67b5828fd0fb63b7cba6e305206babecb54/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74696d65676c69746368642f66696c616d656e742d6e65737465642d7265736f75726365732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/timeglitchd/filament-nested-resources/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d3344e320feb056a6a12289e8dde6105935995db29981736c58ab4fe7939950d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74696d65676c69746368642f66696c616d656e742d6e65737465642d7265736f75726365732f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/timeglitchd/filament-nested-resources/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c48053022b8def6c3d7b5d3d837b7e0e3332d04a1e3cec45b75b391595699179/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74696d65676c69746368642f66696c616d656e742d6e65737465642d7265736f75726365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timeglitchd/filament-nested-resources)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require timeglitchd/filament-nested-resources
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-nested-resources-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-nested-resources-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-nested-resources-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentNestedResources = new TimeglitchD\FilamentNestedResources();
echo $filamentNestedResources->echoPhrase('Hello, TimeglitchD!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Diana van der Schouw](https://github.com/TimeglitchD)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/33693171?v=4)[Diana](/maintainers/TimeglitchD)[@TimeglitchD](https://github.com/TimeglitchD)

---

Top Contributors

[![diana-vds](https://avatars.githubusercontent.com/u/276571202?v=4)](https://github.com/diana-vds "diana-vds (4 commits)")[![TimeglitchD](https://avatars.githubusercontent.com/u/33693171?v=4)](https://github.com/TimeglitchD "TimeglitchD (4 commits)")

### Embed Badge

![Health badge](/badges/timeglitchd-filament-nested-resources/health.svg)

```
[![Health](https://phpackages.com/badges/timeglitchd-filament-nested-resources/health.svg)](https://phpackages.com/packages/timeglitchd-filament-nested-resources)
```

PHPackages © 2026

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