Wire Ladill domain picker and purchase modal into hosting flows.
Deploy Ladill Hosting / deploy (push) Successful in 51s
Deploy Ladill Hosting / deploy (push) Successful in 51s
Use the Domains API for owned domains across panel, account, and order forms, with an embedded iframe purchase modal instead of redirecting to domains.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,6 +37,7 @@ Route::middleware(['auth'])->group(function () use ($serversApp) {
|
||||
Route::post('/notifications/mark-all-read', [NotificationController::class, 'markAllAsRead'])->name('notifications.mark-all-read');
|
||||
|
||||
Route::get('/search', SearchController::class)->name('hosting.search');
|
||||
Route::get('/domains/owned', \App\Http\Controllers\OwnedDomainsController::class)->name('hosting.domains.owned');
|
||||
Route::get('/dashboard', [OverviewController::class, 'index'])->name('hosting.dashboard');
|
||||
|
||||
Route::redirect('/hosting', '/dashboard')->name('hosting.index');
|
||||
|
||||
Reference in New Issue
Block a user