feat: add module generator feature with controller, routing, and UI integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user