PHPackages                             invaders-xx/filament-nested-list - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. invaders-xx/filament-nested-list

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

invaders-xx/filament-nested-list
================================

Nested lists layout plugin for Filament

v1.2(1y ago)104.6k↓16.7%1[1 issues](https://github.com/invaders-xx/filament-nested-list/issues)MITPHPPHP ^8.2

Since Apr 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/invaders-xx/filament-nested-list)[ Packagist](https://packagist.org/packages/invaders-xx/filament-nested-list)[ Docs](https://github.com/invaders-xx/filament-nested-list)[ GitHub Sponsors]()[ RSS](/packages/invaders-xx-filament-nested-list/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (10)Versions (6)Used By (0)

[![invaders-xx-nested-list](https://private-user-images.githubusercontent.com/604907/332573324-a04b69df-8681-4ab8-ae1c-681aa92a8f08.jpeg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ4NDI1NjQsIm5iZiI6MTc3NDg0MjI2NCwicGF0aCI6Ii82MDQ5MDcvMzMyNTczMzI0LWEwNGI2OWRmLTg2ODEtNGFiOC1hZTFjLTY4MWFhOTJhOGYwOC5qcGVnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDMzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjAzMzBUMDM0NDI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGRkOTBhNzE2MjExMjU0NGIxMTBiNGQ4NTk0ZjExMGFiNmNjODUxNTM3YTM5MDdmZGNlMzAxMmM0NWJmMThhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.6s2FFAlrLCjjrlBaLgR24af7EflxcKYKodAk-rWYWEA)](https://private-user-images.githubusercontent.com/604907/332573324-a04b69df-8681-4ab8-ae1c-681aa92a8f08.jpeg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ4NDI1NjQsIm5iZiI6MTc3NDg0MjI2NCwicGF0aCI6Ii82MDQ5MDcvMzMyNTczMzI0LWEwNGI2OWRmLTg2ODEtNGFiOC1hZTFjLTY4MWFhOTJhOGYwOC5qcGVnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDMzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjAzMzBUMDM0NDI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGRkOTBhNzE2MjExMjU0NGIxMTBiNGQ4NTk0ZjExMGFiNmNjODUxNTM3YTM5MDdmZGNlMzAxMmM0NWJmMThhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.6s2FFAlrLCjjrlBaLgR24af7EflxcKYKodAk-rWYWEA)

Filament Nested List
====================

[](#filament-nested-list)

Filament Nested List is a plugin for Filament Admin that creates a model management page with a heritage nested list structure view. This plugin can be used to create menus and more.

This plugin creates model management page with heritage nested list structure view for Filament Admin. It could be used to create menu, etc.

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

[](#installation)

To install the package, run the following command:

```
composer require invaders-xx/filament-nested-list
```

```
php artisan filament:assets
```

> **Note: Add plugin Blade files to your custom theme `tailwind.config.js` for dark mode.**
>
> To set up your own custom theme, you can visit the [official instruction page](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) on the Filament website.

Add the plugin's views to your `tailwind.config.js` file.

```
content: [
    '/invaders-xx/filament-nested-list/resources/**/*.blade.php',
]
```

Then, publish the config file using:

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

You can set your preferred options by adding the following code to your `config/filament-nested-list.php` file:

```
