Skip to content

Instantly share code, notes, and snippets.

View altynbek07's full-sized avatar
🎯
Focusing

Altynbek altynbek07

🎯
Focusing
View GitHub Profile
@shiroamada
shiroamada / OpenCartValetDriver.php
Last active July 8, 2018 11:12 — forked from veganista/OpenCartValetDriver.php
Laravel Valet Driver - OpenCart 2.x
<?php
/* Class name is determine the foldername.
* if you have myshop as the folder name, the class name should be MyshopValetDriver.
* The file location you should be save to is ~/.valet/Drivers/MyshopValetDrive.php
* class MyshopValetDriver extends ValetDriver
*/
class OpenCartValetDriver extends ValetDriver
{
/**