Open sakisdog opened 9 months ago
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
local.ERROR: Interface "Filament\Models\Contracts\FilamentUser" not found {"exception":"[object] (Error(code: 0): Interface \"Filament\\Models\\Contracts\\FilamentUser\" not found at D:\\Laravel_Projects\\hotel_bookingv4\\app\\Models\\User.php:15)
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.