Skip to content

Instantly share code, notes, and snippets.

View madushancs's full-sized avatar
🏠
Working from home

Madushan Serasinghe madushancs

🏠
Working from home
  • Sri Lanka
View GitHub Profile
@nathandaly
nathandaly / BaseResource.php
Last active March 13, 2025 19:12
Tenancy for Laravel & Filament V3 (Tenant per database)
<?php
/**
* Below is an the extended Filament resource your tenant panel resources
* will have to extend so that the queries are scoped properly.
*/
namespace App\Filament;
use Filament\Resources\Resource;