Integrating Grav with Laravel for Product Management

Hi everyone,

I’m new to Grav and exploring how to integrate it with an existing Laravel application.

  • Grav is handling the frontend (/) for the website, allowing clients to edit pages and apply themes.
  • A Laravel application is running at /backend, where products are added and managed.
  • The products added in Laravel are displayed in the Grav UI.
  • customer registration will be done in both grav and laravel application

Question:

Is there any potential issue with using Grav this way? Any recommendations on best practices for integrating Laravel data into Grav pages?

Thanks in advance for your help! :blush: