diogogpinto / filament-auth-ui-enhancer

This Filament plugin empowers you to transform your auth pages with ease, allowing you to make them truly stand out. It offers a flexible alternative to the default auth pages in the Filament Panels package.
MIT License
100 stars 12 forks source link

[Bug]: Working Example not working correctly #15

Closed RickVRijsewijk closed 4 weeks ago

RickVRijsewijk commented 4 weeks ago

What happened?

I followed the documentation and put the working example code in my AdminPanelProvider, but when I do, the image is a super thin bar on the left instead of what the example shows. I'm really not 100% sure if it's me doing something wrong or if there is an actual bug, since I tried this on 3 clean Laravel Filament projects and it never works correctly, but I guess it's better that you know about a possible bug than not at all.

Image

How to reproduce the bug

I created a fresh Laravel Filament project and installed only Auth UI Enhancer as a plugin. I then followed the documentation on installation and usage. I then made a custom theme I then put the working example code in my AdminPanelProvider

Package Version

1.0.2

PHP Version

8.4.5

Laravel Version

11.0.0 (latest)

Which operating systems does with happen with?

Windows

Notes

No response

diogogpinto commented 4 weeks ago

Hello Rick!

Thank you for your feedback.

This is not a bug, you've missed something when setting up your custom theme. Here you have a video detailing a full workflow on how to install it and get it up and running:

https://github.com/diogogpinto/filament-auth-ui-enhancer/issues/6#issuecomment-2614175080

Let me know if you need any further help.