Abrar Ahmad

Results 7 issues of Abrar Ahmad

This PR adds the helper function, which automatically passes the tenant parameter. **Before** `route('my-route-name', ['tenant' => tenant(), 'my-app-param' => 'foo'])` **After** `tenant_path_route('my-route-name', ['my-app-param' => 'foo'])`

feature
v4
routing

## Problem When a model is being created somewhere, it may need a bit more extra data than what's in the synced attributes. The synced attributes are used for updates,...

bug
feature
v4
database
final review

This PR completes the missing/skipping tests. Now there is only one skipping test related to the Debuggable feature. As discussed internally, this feature is still incomplete, so I left the...

v4

## Problem When a tenant has its own database config (using the tenancy_db_... properties), the database manager still tries to create the DB on the central/template connection. The problem described...

v4

Continues of PR https://github.com/archtechx/tenancy/pull/926

code quality
Don't merge yet
v4

Hi, I'm facing the following issue: Alpine Expression Error: Cannot read properties of undefined (reading 'nestable') ``` Expression: "function () { let nestedTree = $('#filament_tree_container_BxCAKyCkwLPukL2rHBKg').nestable . . . ``` To...

Issue https://github.com/solutionforest/filament-tree/issues/37 PS: I'm kinda new to the Filament plugin. If you see a better way to fix the issue, I'm happy to hear :)