Step-by-Step Guide to setup Multi-Database in Laravel Filament
| | |

Step-by-Step Guide to setup Multi-Database in Laravel Filament

In this article, we are going to discuss how we can setup multi-database in laravel filament admin panel. What is multi-tenancy? Multi-tenancy is one of the critical architectures in modern web applications, wherein a single instance of an application serves many clients or tenants without compromising on data isolation. Available on SaaS-based solutions, various organizations…

Dashboard Page Using Filament
| |

How to Customize Dashboard Page Using Filament Built-in Widgets

How to Customize Dashboard Page Using Filament Built-in Widgets Learn how to extend your web application’s dashboard using built-in widgets provided by Filament. This tutorial will walk you through customizing your dashboard page and give you a more dynamic, user-friendly interface. Perfect for developers looking to streamline their projects with powerful, pre-built components. Filament offers…

| |

Filament Multi-Tenant Settings: Enhance Your Invoices and Brand Identity

Efficiently load tenant-specific settings and purchase data in Laravel Livewire using the mount method, with caching for optimal performance In the previous article, we created a multi-tenant settings functionality. Now, in this article, we will use those settings to customize the invoices and branding – appearance of our panel based on the tenant’s panel. Check…

Dynamic Multi-Tenant Settings Page in Filament
| |

Dynamic Multi-Tenant Settings Page in Filament

Dynamic Multi-Tenant settings Page in Filament : A Step-by-Step Guide. The following tutorial should provide you with a flexible, scalable solution. In multi-tenancy, handling the settings of web applications is very tricky. Filament is a Laravel admin panel package that makes handling global settings for admins and tenant-specific settings very easy. In this article, you…