Unable to Apigilify the module

Happy Wednesday!
I’m trying to initiate a PUT request, following the API Tools Docs ( https://api-tools.getlaminas.org/documentation/recipes/api-tools-in-an-existing-laminas-mvc-application#using-the-api-tools-admin-api )

Any idas? thank you so much!

Usually these errors occur due to file permissions. Does the user the webserver runs under have permissions to write to the module/ tree of the application?

If I see folder permissions, it’s fine. I don’t know wherever looking for info.
Have I skip some step?

I’ve got a MVC Application and I want to add API Tools

can you enable error reporting and display_errors and check the error?

Apigilify the module means “add the interface ApigilityProviderInterface to your Module.php”

1 Like