QR Menu PDF
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Mail server
    • Localization and Time format
    • Pricing Plans
  • Plugins
    • Pusher
    • ShareThis
    • Cookie Consent
  • Usage
    • Getting Started
    • Set up your site
    • Translations
    • Custom CSS
  • Changelog
    • Changelog
  • FAQ
    • FAQ - Technical
Powered by GitBook
On this page
  • Install in MAMP, WAMP, XAMMP
  • Step 1 - Setup MAMP
  • Step 2 - Database creation
  • Step 3 - Install
  • Run local - Docker way
  1. Installation

Run local

PreviousUpdating - Shared hostingNextMail server

Last updated 2 years ago

Install in MAMP, WAMP, XAMMP

You can easily install the project locally if you use , (Window only) or .

In this example / guide, we will use , but should be similar in the other tools.

Step 1 - Setup MAMP

First, extract the zip that contains the project source code, that you download from CodeCanyon.

Next install MAMP on you computer.

You will be presented with screen like this one.

Make sure PHP version is 8.1+

Then click on preferences

Go in the server tab, and in the "Document root" choose the folder where you extracted the code.

Click OK.

MAMP is now set up.

Click on start button and then on WebStart button.

Step 2 - Database creation

You will be presented with a page like this one.

Step 3 - Install

There are two other screens, that you can click on "Next step"

After that install is done

You can visit the landing page. or the login page

Run local - Docker way

We use this to run the site locally and test it.

Step 1 - Install Docker

After that extract the code and open it in the Terminal / Command prompt

cd PROJECT_NAME
./vendor/bin/sail up

The first time you run this can take some time

Step 2 - Install via CMD

After sail is running, open a new terminal window and navigate to the project.

execute

sail artisan migrate --fresh --seed

This will set up ( seed ) the database.

Then execute / run

cd storage
touch installed

You should see the site now

Login with the default credentials

Username: admin@example.com

Password: secret

From Laravel 8, there is a new package available called .

All you need is to install on your computer.

This should create an empty file in storage folder, to let the system know that the project is installed. Then open the site on .

https://laravel.com/docs/8.x/sail
https://www.docker.com/
localhost
MAMP
WAMP
XAMMP
MAMP
Click on Tools -> phpMyAdmin to create your database.
Click on new, and then enter your database name. Remember the name
Next, go back to start page, and click on "My Website"
Install will now start. Click on "Next step"
In case you get permission errors. Open the file manager and change permission on the folders
Do this for all the listed folders
After permissions are ok, click on "Next step"
Enter database port, and database name. Enter desired admin user and pass.
You can visit the landing page. or the login page