Using Boris with Moodle

Using Boris with Moodle

by Brian Merritt -
Number of replies: 0
Picture of Particularly helpful Moodlers

Has anyone successfully used Boris repl with Moodle?

For those that know Laravel, it's a bit like the tinker command where you can type adhoc php statements, run each one, and get the output.

https://github.com/borisrepl/boris

(It's also like typing `php -a`, but usually with better exception handling.


Sadly when I run boris on my Moodle server, and type `require_once('/path/to/moodle/config.php');` all I get is "Unknown Script Location"


Average of ratings: -