How do I set up the Moodle API in laravel?

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

autor Brian Merritt -
Počet odpovedí: 0
Obrázok: 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.