stephenjude / filament-jetstream

Integrate all Laravel Jetstream features into your Filament application.
MIT License
116 stars 11 forks source link

[Bug]: It's not a bug, I ask for help #17

Open virla01 opened 5 days ago

virla01 commented 5 days ago

What happened?

Hi, I'm a newbie to Filament, and I installed the plugin according to the documentation, but I don't see that it does anything. I imagine that you have to put something inside the panel file, but they don't explain how to do that. Could you help me with that? Thanks

How to reproduce the bug

does nothing, a new menu appears

Package Version

0.0.13

PHP Version

8.3.11

Laravel Version

11

Which operating systems does with happen with?

Windows

Notes

Sorry, but I was looking for how to do it, and nothing came up.

drsdre commented 1 day ago

Did you run the following command? php artisan filament:jetstream:install --teams --api

(remove --teams and/or --api if this functionality is needed)

dtremp007 commented 3 hours ago

If you already have installed filament, and then run the commands in the README, you will end up generating two different panels. This library uses /app as the route name, and the Filament default is /admin. Check ~/app/Providers/Filament. What I did was just start my project from scratch and ran aforementioned commands again, and all works as expected.