Integration with laravel framework

Hi,
I would like to know if it is possible to integrate with laravel php framework , and if yes , how to go about it rendering data from the backend

Hi and welcome!

Yes it is possible to integrate with Laravel.

Are you trying to use data from your Laravel backend with AnyMod, or are you trying to use AnyMod as a data backend (Headless CMS) for your Laravel pages? Either is possible.

I’m trying to use data from my laravel backend

If you have your data available over an API, here is an example of how to interact with your API using a mod:

https://guide.anymod.com/examples/with-api.html