How do I set up the Moodle API in laravel?

Re: How do I set up the Moodle API in laravel?

por Brian Merritt -
Número de respuestas: 0
Imagen de Particularly helpful Moodlers
What are you trying to achieve? It's possible to access the webservice api via javascript or laravel, and the api is just a series of end points.

The quickest method is to create a web token with appropriate permissions in Moodle and use that in laravel or javascript to authenticate.