neverything
Question about tenants with jetstream teams and multiple resources
I do use Jetstream, leaving out most of the UI. The login is Filament, but I added the team settings page and user profile page from Jetstream using a customized version of https://github.com/stephenjude/filament-jetstream
29 replies
Laravel Spark Stripe and Filament - subscriptions per user
On the admin panel, I use a render hook, to display the subscription status:
->renderHook('panels::global-search.before', fn (): string => Blade::render('@livewire('project.subscription-status')'))
11 replies
Laravel Spark Stripe and Filament - subscriptions per user
Might be useful in general to see what you can do, I set this up, not per user, but it's totally doable: https://silvanhagen.com/writing/free-users-filament-laravel-spark/
11 replies
Show file uploaded in Infolist
I would probably do it with a custom entry, you will get access to the record and can use the Laravel storage helpers for download buttons and such: https://filamentphp.com/docs/3.x/infolists/entries/custom
14 replies
image upload using URL
There is a column for that, see https://fxtwitter.com/neverything/status/1805164009404211306
11 replies
image upload using URL
Not yet, I am going to work on this again in a few weeks. My current plan: Use Laravel Reverb to send an event to my Filament table (see Spatie Media Library Events https://spatie.be/docs/laravel-medialibrary/v11/advanced-usage/consuming-events) to trigger and update.
11 replies