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 26, 2024 12:07
Laravel Valet Moodle driver
<?php
class MoodleValetDriver extends BasicValetDriver
{
protected $isStyleUri = false;
protected $baseUri = '';
protected $moodleStaticScripts = [
'styles.php',
'javascript.php',
'jquery.php',