Files
ladill-woo-manager/README.md
T
isaaccladandCursor ffe0b9d877
Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Scaffold Ladill Woo Manager for WooCommerce order fulfillment.
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest,
fulfillment inbox, and plugin activation API — no payment processing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:39:38 +00:00

37 lines
856 B
Markdown

# Ladill Woo Manager
Fulfill **WooCommerce** orders from Ladill — no payment processing. Merchants connect stores via the Ladill WordPress plugin (Sign in with Ladill).
- **App:** `https://woo.ladill.com`
- **Repo:** `ladill-woo-manager`
## Features (MVP)
- Sign in with Ladill (SSO)
- WordPress plugin connect flow (`/connect/wordpress`)
- WooCommerce webhook ingest → order inbox
- Fulfillment status updates (sync back to plugin REST API)
- Multi-store per account
## Local development
```bash
composer install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
npm install && npm run build
php artisan serve --port=8088
```
## Tests
```bash
php artisan test
```
## Bootstrap
This repo was scaffolded from `ladill-invoice` via `scripts/bootstrap-ladill-woo-manager.sh` in the Ladill monolith.