Skip to content

Instantly share code, notes, and snippets.

@kerongon
kerongon / MoodleValetDriver.php
Created March 4, 2022 14:47 — 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',
@kerongon
kerongon / canadian_cities.php
Created July 25, 2017 19:02 — forked from jdewit/canadian_cities.php
Array of Canadian cities
array("Alberta" => array(
,"Airdrie"
,"Grande Prairie"
,"Red Deer"
,"Beaumont"
,"Hanna"
,"St. Albert"
,"Bonnyville"
,"Hinton"
,"Spruce Grove"
@kerongon
kerongon / retsCommand.md
Created May 12, 2017 00:18 — forked from SapioBeasley/retsCommand.md
Rets Laravel Command

Working on a project for a client, we have decided instead of using the traditional IDX and restricting us into a box, go with RETS.

To read more on the differences between IDX and RETS feel free to view it here

Now on to the code!!

Install Depenancies

Assuming you have laravel installed already, we need one other dependancy added.

https://github.com/troydavisson/PHRETS