9744f0fe0126a976bde2ce9d8715493d575eec43
Deploy Ladill Woo Manager / deploy (push) Successful in 47s
Store site names now reference the DemoWorld business identity for the active plan, and order customers use DemoWorld people (name, email, phone) instead of generic "Demo Customer N" placeholders. Staff logins skip the login reseed. Co-authored-by: Cursor <cursoragent@cursor.com>
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
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
php artisan test
Bootstrap
This repo was scaffolded from ladill-invoice via scripts/bootstrap-ladill-woo-manager.sh in the Ladill monolith.
Languages
Blade
59.1%
PHP
37.9%
JavaScript
1.4%
Shell
1.2%
CSS
0.4%