codedor / filament-resource-picker
This is my package filament-resource-picker
Installs: 7 789
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 4
pkg:composer/codedor/filament-resource-picker
Requires
- php: ^8.2
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- livewire/livewire: ^3.0
- spatie/laravel-package-tools: ^1.12
Requires (Dev)
- larastan/larastan: ^2.0|^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0|^10.0
- pestphp/pest: ^2.0|^3.0
- pestphp/pest-plugin-laravel: ^2.0|^3.0
- phpstan/extension-installer: ^1.1|^2.0
- phpstan/phpstan-deprecation-rules: ^1.0|^2.0
- phpstan/phpstan-phpunit: ^1.0|^2.0
- dev-master
- v1.2.0
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-dependabot/github_actions/actions/checkout-5
- dev-feature/filament-v4
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
- dev-feature/add_new_translation_strings
This package is auto-updated.
Last update: 2025-10-13 10:49:31 UTC
README
This package allows to pick items from other resources as an alternative for relationships (e.g. when you want to save related items in a json column).
Installation
You can install the package via composer:
composer require codedor/filament-resource-picker
Usage
\Codedor\FilamentResourcePicker\Filament\Forms\Components\ResourcePickerInput::make('related_items');
Documentation
For the full documentation, check here.
Testing
vendor/bin/pest
Changelog
Please see CHANGELOG for more information on what has changed recently.
Upgrading
Please see UPGRADING for more information on how to upgrade to a new version.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email info@codedor.be instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.