Download the PHP package teguh02/filament-db-sync without Composer
On this page you can find all versions of the php package teguh02/filament-db-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teguh02/filament-db-sync
More information about teguh02/filament-db-sync
Files in teguh02/filament-db-sync
Package filament-db-sync
Short Description This package allow sync two different laravel filament app db
License MIT
Homepage https://github.com/teguh02/filament-db-sync
Informations about the package filament-db-sync
Installation
You can install the package via composer:
Panel Configuration
Install the library in your panel service provider
Configuration File and Migrations
Publish the configuration and migrations
Usage
Model configuration
In your model class, add the fillable
and the casts
attribute. For example if we have a model with name is Items, the model configuration should will be below
db_sync.php config
For the plugins config, you can adjust manually as you needs.
Sync Env Configuration
Please set your env configuration following below, for example we have 2 different server below. Server 1 app domain is server1.com and then server 2 domain is server2.com
On the Server 1 :
On the Server 2 :
Queue configuration
Because this plugin use a jobs function to execute huge data, please set your queue driver according your needs
Screenshoot
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Teguh Rijanandi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-db-sync with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0