How can I integration with laravel tenancy? #495
Unanswered
luckykenlin
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I tried to use cloud disk, everything Is working fine. I have no idea, how I can make these 2 packages work together on local or public disk. if anyone can share ideas or tips are really appreciate |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you can give a reproduction repo I'm happy to explore it, but there is currently a bug in filament with plugin registration. But this might go beyond that. But I'll need a repo to nail it down. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm seeking some assistance with integrating Laravel Tenancy into my project. I would appreciate any guidance or experience you could share.
I am facing two issues:
I have two panels: AdminPanel and TenantPanel. I only want to register Curator on TenantPanel, but I encounter the exception "Plugin [awcodes/curator] is not registered for admin panel." As a temporary solution, I have also registered Curator on AdminPanel and disabled Navigation Register.
Uploading files works fine, but the preview image is broken, and I cannot use the
<x-curator-glider />
component.Thank you in advance for any help or advice you can provide!
Beta Was this translation helpful? Give feedback.
All reactions