savannabits / filament-modules

Integration of Filament with nWidart/laravel-modules: Create independent Filament Files for each Laravel Module
https://filamentphp.com/plugins/coolsam-modules
MIT License
109 stars 22 forks source link

[Bug]: A panel has been registered without an `id()` #107

Closed galliroberto closed 3 months ago

galliroberto commented 4 months ago

What happened?

I have created a new module and a new cluster. When I visit a page I get: A panel has been registered without an id()

image

image

How to reproduce the bug

php artisan module:make LaboratoryRepair php artisan module:filament:install LaboratoryRepair

visit a web page

Package Version

4.0.6

PHP Version

8.2

Laravel Version

11

Which operating systems does with happen with?

No response

Notes

No response

galliroberto commented 4 months ago

Solved moving plugin under id

image

coolsam726 commented 3 months ago

@galliroberto thanks for reporting this. The package attempts to modify the AdminPanelProvider if you choose that option during installation, but I recommend that you still have a look at that file and organize it manually as you have done since this is usually not an accurate operation. I hope everything else works.