Skip to content

Instantly share code, notes, and snippets.

View danlapteacru's full-sized avatar
:electron:

Dan Lapteacru danlapteacru

:electron:
View GitHub Profile
@danlapteacru
danlapteacru / MoodleValetDriver.php
Created May 21, 2021 05:22 — forked from sandeepgill/MoodleValetDriver.php
Laravel Valet Moodle driver
<?php
class MoodleValetDriver extends BasicValetDriver
{
protected $isStyleUri = false;
protected $baseUri = '';
protected $moodleStaticScripts = [
'styles.php',
'javascript.php',
'jquery.php',