Valet Driver for OpenCart 3
Copy the OpenCart3ValetDriver.php
to your Custom Valet Drivers Directory
- For Mac OS:
~/.config/valet/Drivers
- For Linux:
~/.valet/Drivers
Copy .oc3-valet.json
to the root of your project directory.
{
"root": "/public"
}
Point the root
key in the json to where your index.php
exists in your OpenCart Installation.