QR Menu Maker
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Pay with card
  • Plugins
    • How to install plugin
    • Pusher
    • ShareThis
    • Cookie Consent
    • Google Analytics
    • Google Map API
    • Thermal Printer Module
  • Usage
    • Getting Started
    • Set up your site
    • Restaurant subdomain
    • Translations
    • Multilingual menu
    • Custom CSS
    • Call Waiter
    • Import from CSV
    • Custom fields on order
    • Add your own landing page
  • Changelog
    • Changelog
  • FAQ
    • FAQ - Technical
    • FAQ - Business
Powered by GitBook
On this page
  • Run local - Mamp,Xamp,Wamp
  • Run local - Docker way

Was this helpful?

  1. Installation

Run local

PreviousUpdating - Shared hostingNextMail server

Last updated 2 years ago

Was this helpful?

Run local - Mamp,Xamp,Wamp

You can run the project in your local computer by using Mamp,Xamp or Wamp

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 poslion
./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

In 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