PagibleAI is a normal Composer package that runs on Laravel 11, 12 and 13. Add it, run the migrations, and that is the whole install. There are no extra services to host and nothing external to set up.
composer require aimeos/pagible
php artisan cms:install
php artisan migrate