misaf / vendra-faq-api
API services for the vendra-faq module
v1.12.3
2026-08-22 21:14 UTC
Requires
- php: ^8.4
- illuminate/support: ^13.0
- misaf/vendra-api: v1.12.3
- misaf/vendra-faq: v1.12.3
- misaf/vendra-multimedia-api: v1.12.3
- spatie/laravel-package-tools: ^1.93.1
README
Read-only API Platform resources for Vendra help content.
Features
GET /api/content/faq-categoriesGET /api/content/faqs- Read-only category, FAQ, and multimedia relationships
Dedicated DTO resources expose translated content and stable topic or asset references. Providers own Eloquent querying, active visibility, and pagination.
Requirements
- PHP 8.4+
- Laravel 13
misaf/vendra-apimisaf/vendra-faqmisaf/vendra-multimedia-api
Installation
composer require misaf/vendra-faq-api
The service provider registers the resources and provider automatically.
Testing
Run the package checks from the project root:
php artisan test --compact --testsuite=vendra-faq-api
composer stan
License
MIT. See LICENSE.