filament-modules
filament-modules copied to clipboard
Integration of Filament with nWidart/laravel-modules: Create independent Filament Files for each Laravel Module
Update document.
### What happened? Using `php artisan module:filament:install`. The generated does not goes correctly directory path ### How to reproduce the bug - Install `nWidart/modules` ,`coolsam/modules`. (Laravel 12, Fillament 3.2) -...
### What happened? When performing a dump-autoload and have already registered the pluggin in your panel. When you try to do a install the plugin with: `php artisan module:filament:install MyModule`,...
### What happened? When creating a module, the modules' is not found since the modules are not autoloaded ### How to reproduce the bug # Create new module `php artisan...
### What happened? I would like to create extra panels inside a Module instead of using it as plugin in a panel. I saw this in a fork that isn't...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
### What happened? How to configure a cluster or resource to only be available in a specific panel when enabling multiple panels ### How to reproduce the bug How to...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
### What happened? Hello, I did a fresh installation of this package, and created a new module. No top navigation panel group was present. File ModulesPlugin.php L115 ``$moduleName = str($class)->after('Modules\\')->before('\\Providers\\Filament');``...
### What happened? ## Problem Description The current `attemptToRegisterModuleProviders()` method assumes all modules follow the default namespace pattern defined in `modules.namespace` config. When modules are copied from other projects with...