Skip to content

Instantly share code, notes, and snippets.

View glennraya's full-sized avatar
🖥️
Write code, design beautiful UI, workout, eat healthy, peace of mind

Glenn Raya glennraya

🖥️
Write code, design beautiful UI, workout, eat healthy, peace of mind
View GitHub Profile
@james2doyle
james2doyle / NuxtValetDriver.php
Last active July 25, 2022 16:51
A Laravel Valet driver for running generated Nuxt.js sites. This driver assumes you have not changed the default public path (/dist) in the nuxt.config.js
<?php
/**
* NuxtValetDriver for running compiled nuxt.js sites
*/
class NuxtValetDriver extends BasicValetDriver
{
/**
* Determine if the driver serves the request.
*