PHP 8.2.30
Preview: install.php Size: 1.36 KB
/home/byroehnu/easetack.com/routes/install.php

<?php

use App\Http\Controllers\InstallController;
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Installer Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::get('/', [InstallController::class, 'step0'])->name('step0');
Route::get('step1', [InstallController::class, 'step1'])->name('step1');
Route::get('step2', [InstallController::class, 'step2'])->name('step2');
Route::get('step3', [InstallController::class, 'step3'])->name('step3');
Route::get('step4', [InstallController::class, 'step4'])->name('step4');
Route::get('step5', [InstallController::class, 'step5'])->name('step5');
Route::get('step6', [InstallController::class, 'step6'])->name('step6');

Route::post('database_installation', [InstallController::class, 'database_installation'])->name('install.db');
Route::get('import_sql', [InstallController::class, 'import_sql'])->name('import_sql');

Route::post('verify_purchase', [InstallController::class, 'verify_purchase'])->name('verify.purchase');

Route::post('system_settings', [InstallController::class, 'system_settings'])->name('system_settings');

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
30.93 KB lrw-rw-rw- 2025-05-17 13:00:28
Edit Download
570 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
2.89 KB lrw-rw-rw- 2025-05-05 10:23:36
Edit Download
558 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
592 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
1.36 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
557 B lrw-rw-rw- 2025-04-19 04:22:20
Edit Download
1.86 KB lrw-rw-rw- 2025-04-19 04:22:20
Edit Download
6.26 KB lrw-rw-rw- 2025-05-15 11:24:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).