feat: add module generator feature with controller, routing, and UI integration

This commit is contained in:
Ümit Tunç
2026-04-28 23:38:35 +03:00
parent 7a5af8e911
commit afc047b0bb
5 changed files with 292 additions and 3 deletions
+3
View File
@@ -234,6 +234,9 @@ Route::group(['prefix' => $hash, 'middleware' => 'auth'], function () {
return back()->with('success', 'Statuses updated');
});
Route::get('/module-generator', [\App\Http\Controllers\ModuleGeneratorController::class, 'index']);
Route::post('/module-generator/generate', [\App\Http\Controllers\ModuleGeneratorController::class, 'generate']);
});
// Önbelleğe alınmış dashboard sayfası route'u