Skip to content

Instantly share code, notes, and snippets.

View tabenguyen's full-sized avatar

Tabe Nguyen tabenguyen

View GitHub Profile
@sandeepgill
sandeepgill / MoodleValetDriver.php
Last active May 20, 2025 07:14
Laravel Valet Moodle driver
<?php
class MoodleValetDriver extends BasicValetDriver
{
protected $isStyleUri = false;
protected $baseUri = '';
protected $moodleStaticScripts = [
'styles.php',
'javascript.php',
'jquery.php',