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 September 8, 2024 17:15
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
{
/**