namespace App\Jobs;
use App\Http\Controllers\FrontController;
+use App\Models\Settings;
use Cubist\Util\Files\VirtualDirectory;
use Cubist\Util\Zip;
use Illuminate\Bus\Queueable;
}
$frontController = new FrontController();
+ $this->vdir->file_put_contents('settings.xml', Settings::find('1')->settings_xml);
$this->vdir->file_put_contents('index.html', $this->_render($frontController->splash()));
$this->vdir->file_put_contents('accueil.html', $this->_render($frontController->home()));
$this->vdir->file_put_contents('mediatheque.html', $this->_render($frontController->medialibrary()));