Wire Ladill domain picker and purchase modal into hosting flows.
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:
isaacclad
2026-06-19 18:01:23 +00:00
co-authored by Cursor
parent 44cfb1d9b9
commit 537e34cbd7
20 changed files with 532 additions and 306 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'api_url' => env('DOMAINS_API_URL', 'https://domains.ladill.com/api'),
'api_key' => env('DOMAINS_API_KEY_HOSTING'),
];