Step 15 — Contribute to core (optional)

You already have a working Pionia Shop app path via composer create-project. This step is only if you want to contribute to the framework.

git clone https://github.com/PioniaPHP-project/PioniaCore.git
cd PioniaCore
composer install
bin/test

App developers stay on Packagist pionia/pionia-app. Maintainer workflows: Maintainer notes.

You finished the tutorial

Ada can list products, staff can create catalog rows, customers can log in, and you know where deploy and providers fit. Next ideas: order.place + wallet debit, pagination on product.list, or a Vite storefront (Step 12).

Protecting actions

Fine-tune #[Can] for checkout.

Migrations

Add orders and wallets tables.

Examples

Copy curl payloads.