We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a module, the modules' is not found since the modules are not autoloaded
php artisan module:make MyModule
php artisan module:filament:install MyModule
4.0
8.2
11.0
Linux
Visit nwidarts Laravel Modules to setup autoloading
"extra": { "laravel": { "dont-discover": [] }, "merge-plugin": { "include": [ "Modules/*/composer.json" ] } },
A better solution can be included in the next release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 module:make MyModule
Install module
php artisan module:filament:install MyModule
Package Version
4.0
PHP Version
8.2
Laravel Version
11.0
Which operating systems does with happen with?
Linux
Notes
Solution
Visit nwidarts Laravel Modules to setup autoloading
A better solution can be included in the next release
The text was updated successfully, but these errors were encountered: