Skip to content

Instantly share code, notes, and snippets.

View goranculibrk's full-sized avatar

Goran Culibrk goranculibrk

View GitHub Profile
@goranculibrk
goranculibrk / MigrateDatabaseServers.php
Last active September 19, 2024 11:58
Synchronize Production and Local Postgres Databases.
<?php
namespace App\Console\Commands\Maintenance;
use Illuminate\Console\Command;
use Symfony\Component\Process\Process;
class MigrateDatabaseServers extends Command
{
/**