Send SSO guests to ladill.com/products/mini instead of subdomain landings.
Deploy Ladill Mini / deploy (push) Successful in 39s

Remove interactive OAuth fallback on silent SSO failure and add ladill.marketing_url config so app subdomains open the dashboard when signed in locally.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-12 22:21:52 +00:00
co-authored by Cursor
parent b952020890
commit df07b9731d
6 changed files with 10 additions and 181 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'product_slug' => 'mini',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/mini'),
];
-43
View File
@@ -1,43 +0,0 @@
<?php
return [
'slug' => 'mini',
'name' => 'Mini',
'logo' => 'images/logo/ladillmini-logo.svg',
'icon' => 'mini.svg',
'tagline' => 'Simple payment collection',
'headline' => 'Collect payments without a full storefront',
'accent' => 'quick pay links and QR takings',
'description' => 'Mini is the fastest way to get paid. Create payment requests, share links, and track takings — perfect when you don\'t need a full online store.',
'benefits' =>
[
0 =>
[
'title' => 'Payment links in seconds',
'text' => 'Send a link by WhatsApp, SMS, or email and get paid immediately.',
],
1 =>
[
'title' => 'QR-friendly',
'text' => 'Print or display a code for in-person collections.',
],
2 =>
[
'title' => 'Lightweight setup',
'text' => 'No catalog required — just amount, description, and pay.',
],
],
'use_cases' =>
[
0 => 'Freelancers',
1 => 'Pop-up sales',
2 => 'Deposits & invoices',
],
'gradient_from' => '#4f46e5',
'gradient_to' => '#1c75bc',
'dashboard_route' => 'mini.dashboard',
'platform_url' => 'https://localhost',
'marketing_url' => 'https://localhost/products/mini',
'register_url' => 'https://auth.localhost/register',
'landing_variant' => 'default',
];