PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

geekshop tired to install

randy-bro

Oct 7th, 2017 03:18 PM

i can't understand Documentation. please upload video tutorial how to install geekshop script step by step. I try and install it a lot, but there are so many problems..

mark

Oct 10th, 2017 05:53 AM

Currently I do not believe there is a video for this. Maybe @Devdojo could make one? :D However, the installation should be quite easy using the installer. Could you explain what seems to be the exact issue?

randy-bro

Oct 10th, 2017 11:06 AM

how to install manually without installer please create video tutorial for it..

mark

Oct 11th, 2017 09:00 AM

Without the installer is easy as well if you know Laravel.

  1. In the application folder, you must run composer install
  2. Copy the .env.example file to .env
  3. Configure you application by modifying the database and mail configurations in the .env file
  4. Then migrate and seed the database by running php artisan migrate --seed