Install PagibleAI CMS in an existing Laravel 11, 12 or 13 application. The core CMS works without an AI provider, so you only need API keys for the AI tools you intend to use.
Before you start, confirm that:
- Your Laravel application runs normally.
- Composer is available.
- Laravel can connect to your database.
APP_URLcontains the URL you use to open the application, including a local development port.
If you still need a Laravel application, follow the Laravel installation guide. Select Laravel 11 or 12 from the documentation version menu when that matches your application.