misaf / vendra-custom-page-api
API services for the vendra-custom-page module
Package info
github.com/misaf/vendra-custom-page-api
Type:vendra-module
pkg:composer/misaf/vendra-custom-page-api
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-custom-page: 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 custom pages.
Features
GET /api/content/custom-page-categoriesGET /api/content/custom-pages- Read-only category, page, and multimedia relationships
Dedicated DTO resources expose translated content and stable section or asset references. Providers own Eloquent querying, active visibility, filtering, and pagination.
Requirements
- PHP 8.4+
- Laravel 13
misaf/vendra-apimisaf/vendra-custom-pagemisaf/vendra-multimedia-api
Installation
composer require misaf/vendra-custom-page-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-custom-page-api
composer stan
License
MIT. See LICENSE.