🔧Installation and Setup
Installation Guide
Follow these steps to install the Morena Photography template:
1. Download the Template:
Purchase and download the Morena Photography template
2. Extract Files:
Unzip the downloaded file to a location on your computer.
3. Open the Template:
👉Open the template locally
You can view and edit the template without a server by opening the template files and using the terminal in Visual Studio Code or any other editor of your choice. I'll show you how to do it in VS Code but if your are using other editors the process is very similar:
Open the the template files in your code editor:

Once you opened it, you'll see the public folder and the .env file (this last one is the file for the form configuration, we will talk about that later 😉) :

Open a new terminal by pressing the [ Ctrl + ` ] or [ Ctrl+Shift+ñ ] keyboard shortcuts:

Go to public folder by writing cd public and pressing Enter to run the command:

Open the template in your localhost by writing php -S localhost:8888 :

Open the link below by pressing Ctrl + click and you'll see the template in your browser

👉Upload to Server::
If you are using a local server (e.g., XAMPP, MAMP), place the extracted files in the appropriate directory (e.g.,
htdocs
for XAMPP,www
for MAMP).For a remote server, use an FTP client like FileZilla to upload the files to your server’s public directory.
Last updated