mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
2133e5cb54
commit
99413b67d8
1 changed files with 0 additions and 11 deletions
|
@ -28,14 +28,3 @@ if (!file_exists(storage_path('installed'))) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Route::get('/installer', \App\Livewire\Installer::class);
|
Route::get('/installer', \App\Livewire\Installer::class);
|
||||||
|
|
||||||
|
|
||||||
Route::get('vurti', function () {
|
|
||||||
|
|
||||||
$findDomain = \App\Models\Domain::where('id', 41)->first();
|
|
||||||
|
|
||||||
$findDomain->configureVirtualHost();
|
|
||||||
|
|
||||||
dd(3);
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in a new issue