protected function updatePhpStormPhpConfig(): void
    {
        $config_path = $this->getLaravel()->basePath('.idea/php.xml');
        $writer = new PhpFrameworkWriter($config_path, $this->registry);