Download the PHP package ibrostudio/filament-dynamic-resource-children without Composer
On this page you can find all versions of the php package ibrostudio/filament-dynamic-resource-children. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibrostudio/filament-dynamic-resource-children
More information about ibrostudio/filament-dynamic-resource-children
Files in ibrostudio/filament-dynamic-resource-children
Package filament-dynamic-resource-children
Short Description Allows Filament plugins developer to register pages or relation managers in a resource living at the app level or in an another plugin
License MIT
Homepage https://github.com/ibrostudio/filament-dynamic-resource-children
Informations about the package filament-dynamic-resource-children
Filament Dynamic Resource Children
This package allows Filament plugins developer to register pages or relation managers in a resource living at the app level or in an another plugin.
Installation
You can install the package via composer:
Usage
Prepare your resource
Add the trait to your resource class.
Then, in that resource class, modify and methods:
Before:
After:
Link your children with their parent
Create your page or relation manager as usual in your plugin.
Then register it in your plugin service provider like this:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- iBroStudio
- The Filament team, thanks to them for their work
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-dynamic-resource-children with dependencies
filament/filament Version ^2.12
illuminate/contracts Version ^9.0
spatie/laravel-package-tools Version ^1.9.2