A headless CMS keeps the content backend separate from the frontend. Rather than rendering pages itself, it serves structured content over APIs, so you can build the frontend with whatever technology you like, such as ReactJS or VueJS.
PagibleAI provides a standard compliant JSON:API REST endpoint for reading content and a GraphQL API for managing it, so you can wire it into any stack you build.
composer require aimeos/pagible
php artisan cms:install
php artisan migrate