Installation

Requires PHP Version: >=8.2 & Imagick PHP Extension Also you must enable Wildcard Domain to access board. We are acceshing each board as subdomain so it require you create wildcard domain on your domain DNS record.

Once you extract the code files, you will see the folders as shown in the image. You can see the "code.zip" and "visioncraft.sql" files that you require to process installation.

The following process will be used to install the admin dashboard using the package manager

  1. Download the script from code canyon.

  2. Once you download and extract the script file you will find "code.zip". Upload this zip file to your server and extract it to your root location.

  3. Create a database on cPanel and import "visioncraft.sql".

Fill in the database connection details in .env

DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USERNAME
DB_PASSWORD=DATABASE_PASSWORD

If you are hosting script in cPanel then you need to add the APP_URL and ASSET_URL details in .env

APP_URL=http://yourdomain.com
ASSET_URL=http://yourdomain.com/public
APP_URL=https://visioncraft.laravelscripts.net
ASSET_URL=https://visioncraft.laravelscripts.net/public

If you are hosting script on dedicated server then you need to add only Fill in the APP_URL

APP_URL=http://yourdomain.com

Run your domain on your browser

System Default Admin Login

Email: admin@mail.com
Password: Tech@123

Last updated