Add server product catalog so VPS and dedicated pages can take orders.
Deploy Ladill Servers / deploy (push) Successful in 25s

Seed Contabo-backed VPS and dedicated plans, open the order modal from dashboard links, and show clearer order CTAs when the catalog is empty.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 20:01:05 +00:00
co-authored by Cursor
parent 1217bdac41
commit 608e6947bf
5 changed files with 167 additions and 22 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ Push to `main`, then:
```bash
cd /var/www/ladill-servers/current
php artisan migrate --force
php artisan db:seed --class=HostingProductSeeder --force
php artisan db:seed --class=ServerProductSeeder --force
php artisan config:cache route:cache view:cache
```