Skip to content

Installation

You’re ready to unleash the power of the beast. Let’s make sure you’ve access to the GitHub repository. When you’re purchasing Bizmovo Quick, you should be written your GitHub username to the checkout form. We give access to purchasers usually in 24 hours. If you did not get access to repo or thinking that you did not written your GitHub username, please reach out to us: support@bizmovo.com.

Repository: https://github.com/bizmovo/bizmovo-quick

Requirements

  • PHP >= 8.2

Installation Instructions

1) Clone the latest version from GitHub

Visit https://github.com/bizmovo/bizmovo-quick and clone the main branch of repository. And extract files to your desired destination.

2) Fill .env file with correct values

Copy .env.example and name it .env. This file contains all the project-wide accessible environment values. Make sure they’re correct for your project.

3) Run the migrations

If you setted up .env file, you can now migrate all the migrations with php artisan migrate command. If you get any errors please check your database configuration.

4) Make public storage accessible

Run php artisan storage:link command to make your public storage public.

5) Seed initial values

Bizmovo Quick requires initial database values. Please run php artisan db:seed command.

6) Enjoy!

You should be able to access your site using http://localhost:8000 address.

Admin login

If you go to /admin, you should be able to see a login form.