Skip to content

Instantly share code, notes, and snippets.

View maukoese's full-sized avatar
🏠
Working from home

Mauko maukoese

🏠
Working from home
View GitHub Profile
@maukoese
maukoese / VueValetDriver.php
Created February 6, 2021 17:04 — forked from eaguad1337/VueValetDriver.php
Valet Driver for Vue SPA application. Place it in your root directory.
<?php
class VueValetDriver extends ValetDriver
{
static $publicPath = 'public';
static $startFile = 'public/index.html';
/**
* Determine if the driver serves the request.
*