neverything
neverything

Silvan Hagen

@neverything

Friendly internet human. Developer & consultant, mostly WordPress & Laravel. Collecting real world Livewire projects @ WireInTheWild.com

11 Posts 61 Views

  • No matching results...
  • Searching...

/ 255

Building apps with Filament is just magical. Nothing beats the developer experience and speed of development.

Have a look at a the SaaS app I'm working on:
image

1

169

Add media from an url using the Spatie Media Library package.

When importing data, I get a lot of image urls and need to download and attach the media items to another model. I'm doing this in an action class called from a job:

160

Filament Tip: Save Some Queries 🚀

The tenant switcher builds the entire navigation for each tenant just to get the first URL. This can lead to unnecessary queries, especially with complex menus and count badges.

Here's a way to build the full menu only for the current tenant:
image

147