sqlsync/laravel-sqlsync-filament

Filament v4/v5 Admin Panel plugin for sqlsync/laravel-sqlsync

Maintainers

Package info

github.com/fenixthelord/sqlsync-laravel-sqlsync-filament

pkg:composer/sqlsync/laravel-sqlsync-filament

Transparency log

Statistics

Installs: 68

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.17.0 2026-07-11 15:34 UTC

README

sqlsync/laravel-sqlsync-filament is no longer maintained as a standalone package.

What happened?

All Filament resources, pages, and dashboards this plugin provided have been rebuilt directly inside fenixthelord/sqlsync-store, where they are auto-discovered by the panel provider with zero configuration.

What replaced it?

Legacy Filament plugin Current (in sqlsync-store)
Manual: add plugin to StorePanelProvider Auto: ->discoverResources() + ->discoverPages() finds everything
SqlSyncFilamentPlugin::make()->navigationGroup('SqlSync') Nothing to configure
->authorizeUsing(...) closure Integrated via HasFeatureGating trait per-resource
->modifyRecordsQueryUsing(...) for multi-tenant Automatic via stancl/tenancy bootstrappers

The rebuilt UI covers:

  • AgentDeviceResource — list of paired devices with online/offline status
  • PairAgentPage — QR code + display code for pairing a new Agent
  • Feature-gated by agent_sync — hidden for tenants without the addon

What should I do?

  • New projects: Use sqlsync-store directly. Nothing to composer require.
  • Old projects that installed this plugin: The functionality is duplicated inside sqlsync-store. Remove the composer requirement and remove the plugin registration from your PanelProvider.

Why keep this repo public?

For historical reference and composer.lock compatibility. It will not receive updates.

Original documentation is preserved at README-legacy.md.

Superseded by sqlsync-store.