Skip to content

Instantly share code, notes, and snippets.

View mikkpokk's full-sized avatar

Mikk Pokk mikkpokk

View GitHub Profile
@mikkpokk
mikkpokk / remix-flat-routes.ts
Last active January 20, 2025 11:37
remix-flat-routes 0.6.5 without requiring dependency @remix-run/dev. Make sure package minimatch is included in your package.json and installed - "minimatch": "^10.0.1"
import * as fs from 'fs'
import {minimatch} from 'minimatch'
import * as path from 'path'
/**
* A route that was created using `defineRoutes` or created conventionally from
* looking at the files on the filesystem.
*/
interface ConfigRoute {
/**
@mikkpokk
mikkpokk / OpenCartValetDriver.php
Last active April 13, 2023 10:48 — forked from veganista/OpenCartValetDriver.php
Laravel Valet Driver - OpenCart 2.x
<?php
class OpenCartValetDriver extends ValetDriver
{
/**
* Determine if the driver serves the request.
*
* @param string $sitePath
* @param string $siteName
* @param string $uri