We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add SweetToast and unify toast docs Introduce SweetToast documentation and update existing docs to document a driver-agnostic toast system. IziToast.md now explains how to switch the global toast driver via $app->setToastDriver(...) and lists supported aliases. PairUI.js.md documents PairUI.toast, window.PairToastConfig, available toast helpers, usage examples, and supported position aliases so front-end code can work with either iziToast or SweetAlert2. SweetAlert.md was updated to reference SweetToast and the ability to configure the toast driver. These changes unify toast APIs and clarify how to switch between iziToast and SweetAlert2 drivers.
Add Passkey/WebAuthn docs and references Add documentation and references for Passkey/WebAuthn support: new pages for PairPasskey.js, PasskeyAuth, PasskeyController, and UserPasskey. Update API, Home, and PWA docs to reference the new components and endpoints. Also extend AppTrait::loadPwaScripts signature to accept includePairPasskey so the Passkey frontend asset can be optionally included. These changes document ready-to-use endpoints, frontend helper, service behavior, and the UserPasskey model.
Add API docs and update core documentation Add comprehensive API documentation and related reference pages. Also update existing docs: refine .env/config guidance in Configuration-file.md, restructure and simplify Controller.md, refresh Home.md and Router.md and update index.md. These changes expand the framework docs to cover the API layer, middleware, idempotency, database utilities, push delivery, and developer-facing configuration best practices.