-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
[Bug]: #92
Comments
That's strange, kindly show me the exact command that you ran and you modules structure. |
the command I only have this module at the moment I am attaching a screen of the config file of your plugin and the error |
Can you give me access to this project to see the differences between yours and mine? |
All Tests now give a good indicator. Please try v4.0.3 and report if it fixes your issue. This is a windows directory separator related issue. |
Thank you for your intervention After udpate of the module I carried out the commands php artisan module:make Document I did some research and came across this So I applied the modification to config/models.php in the generator The error disappeared so I performed the second command php artisan module:filament:install Document A second error has occurred I will share my progress with you if I find the reason |
I am getting same error on MacOS 14.3.1 for
|
Please try v4.0.4 and confirm to me that it fixes the issue. Thanks. |
Working Now. Thanks |
Thanks for the feedback @thexaib. If you experience any other issues, don't hesitate to post them. |
Hi @coolsam726 , I still have problems with your code For reasons of simplicity I took a server directly and did the installation on it I don't understand where the problem comes from Thank you for your help |
I can't solve the problem, can you help me @coolsam726 ? Here's where I'm stuck I am now on server |
@Mike-Hawwke Do you mind sharing a public repo of your code so that I can reproduce the error and try to help? |
Closing for now till I hear back from you. |
What happened?
Hello,
I have installed your plugin in my Filament v3 (Laravel 11) installation.
When I do -> php artisan module:make:filament-resource (Document) and I generate the resource, I get an error that appears:
Class "Modules/Document/Providers/DocumentServiceProvider" not found
If I move the provider folder to the root of the plugin folder, it works.
But the new resource does not appear in the Filament menus after generating the model and migration.
thx
How to reproduce the bug
Basic installation with latest version of laravel and module
follow the installation steps
Package Version
v4.x
PHP Version
8.2
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: