Skip to content

Instantly share code, notes, and snippets.

View leonvanrooijen's full-sized avatar

Leon van Rooijen leonvanrooijen

View GitHub Profile
@leonvanrooijen
leonvanrooijen / RefreshApp.php
Last active April 24, 2024 13:16
Laravel GIT pull command to automatically update the application
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Symfony\Component\Process\Process;
class RefreshApp extends Command
{
/**