-
Notifications
You must be signed in to change notification settings - Fork 9
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
New Filament Plugin conflicts with root composer.json #17
Comments
I also have this problem too |
@nicollassilva, could you please take a look at it? |
This happens because we have an option within Vemto 1 called Auth Scaffold with Jetstream, when checking this option, Vemto adds a version of Livewire within composer.json (Version 2.x) For you to work with Filament 3 plugin, you must uncheck this option and remove version 2 of Livewire from within composer.json, as Filament works with version ^3.0. This alone should work, but I recommend that you start a new project and uncheck the option above within the generation screen. In Vemto 2 we will not have this problem and it will already come with native support for Filament 3 😀 |
@nicollassilva I tried to create a new project and unchecked the "Auth Scaffold with Jetstream" option. Code generation completed successfully but when i was trying to run the migrations i was getting the below error I searched inside the vendor folder and filament folder was missing. I ran it again in a new folder and still the same result. For some unknown reason Filament is not installed, but i get no errors during code generation. All the relative filament files produced by the plugin are generated normally. |
@nicollassilva I'm running into the same issue as @sakisdog. Any suggestions on what to do other than wait for v2? |
@sakisdog @MeisamMulla does installing Filament manually solve this problem? |
@sakisdog @MeisamMulla try installing Filament manually in the project and then generating the resources. |
Hello everyone, i am trying to generate code with the new Filament Plugin installed (v.1.0.5) but i get the below error:
In composer.json i see that it requires "livewire/livewire": "^2.11". Tried to edit the composer.json with "livewire/livewire": "^3.0" and run the code generation again but it goes back to 2.11.
The text was updated successfully, but these errors were encountered: