This repository contains the Laravel In-App Purchases documentation website.
The site is generated with Docusaurus and published as one static site. Released documentation versions live side by side in this repository under docs/<version>.
/laravel-iap-docs/serves the shared homepage/laravel-iap-docs/docs/1.xserves the1.xdocumentation- future releases follow
/laravel-iap-docs/docs/<version>
/laravel-iap-docs/docs is a version selector entry point, not the canonical route for the latest version. The latest version is linked explicitly from the homepage and navbar.
Requirements:
- Node.js 24.x
- npm 11.x
Install dependencies:
npm installRun the docs locally:
npm run startBuild static files:
npm run buildRun validation:
npm run validate